Refs #436 -- Try to fix travis script

This commit is contained in:
Raphael Michel
2017-03-19 13:47:58 +01:00
parent 5d431b3843
commit df956816b4

View File

@@ -30,7 +30,7 @@ if [ "$1" == "tests" ]; then
cd src
python manage.py check
make all compress
coverage run -m py.test --rerun 5 tests && coverage report
py.test --rerun 5 tests
fi
if [ "$1" == "tests-cov" ]; then
pip3 install -r src/requirements.txt -Ur src/requirements/dev.txt -r src/requirements/py34.txt