Skip to content

Commit

Permalink
Update .travis.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Jun 5, 2018
1 parent 4e01b27 commit 8cbcee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.sh
Expand Up @@ -39,11 +39,11 @@ if [ "$1" == "translation-spelling" ]; then
potypo
fi
if [ "$1" == "tests" ]; then
pip3 install -r src/requirements.txt -Ur src/requirements/dev.txt -r src/requirements/py34.txt
pip3 install -r src/requirements.txt -Ur src/requirements/dev.txt -r src/requirements/py34.txt pytest-xdist
cd src
python manage.py check
make all compress
py.test --reruns 5 tests
py.test --reruns 5 -n 2 tests
fi
if [ "$1" == "tests-cov" ]; then
pip3 install -r src/requirements.txt -Ur src/requirements/dev.txt -r src/requirements/py34.txt
Expand Down

0 comments on commit 8cbcee2

Please sign in to comment.