Updating travis

This commit is contained in:
Denis-Cosmin Nutiu 2017-04-17 14:18:38 +03:00
parent 0fa358ebf7
commit afc79c9b37

View file

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