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