aboutsummaryrefslogtreecommitdiff
blob: 600e95e19ece945ae7b813feb931cf1e5785e7b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: python
python:
    - 2.7
    - 3.4

# command to install dependencies
install:
    - pip install -r elivepatch_client/requirements.txt
    - pip install -r elivepatch_server/requirements.txt

ports:
    - '5000'

before_script:
    - PYTHONPATH=$(pwd) python elivepatch_server/elivepatch &
    - sleep 3

script:
    - PYTHONPATH=$(pwd) python elivepatch_client/bin/elivepatch --patch elivepatch_client/example/1.patch --config elivepatch_client/example/config --url http://127.0.0.1:5000