Updating travis

This commit is contained in:
Denis-Cosmin Nutiu 2017-04-17 14:21:21 +03:00
parent afc79c9b37
commit 49d85b181d

View file

@ -8,8 +8,8 @@ python:
- "3.6" - "3.6"
# command to install dependencies # command to install dependencies
install: install:
- "pip install -r requirements.txt" - pip install -r requirements.txt
# command to run tests # command to run tests
script: script:
- $(shell export PYTHONPATH=$PYTHONPATH:$(pwd)) - export PYTHONPATH=$PYTHONPATH:$(pwd)
- python -m unittest - python -m unittest