Updating travis
This commit is contained in:
parent
0fa358ebf7
commit
afc79c9b37
1 changed files with 4 additions and 3 deletions
|
@ -7,8 +7,9 @@ python:
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install: "pip install -r requirements.txt"
|
install:
|
||||||
|
- "pip install -r requirements.txt"
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script:
|
script:
|
||||||
$(shell export PYTHONPATH=$PYTHONPATH:$(pwd))
|
- $(shell export PYTHONPATH=$PYTHONPATH:$(pwd))
|
||||||
python -m unittest
|
- python -m unittest
|
Loading…
Reference in a new issue