diff --git a/.travis.sh b/.travis.sh index 963a2c2fd6..abc924e84b 100755 --- a/.travis.sh +++ b/.travis.sh @@ -38,7 +38,7 @@ if [ "$1" == "translation-spelling" ]; then potypo fi if [ "$1" == "tests" ]; then - pip3 install -r src/requirements.txt -Ur src/requirements/dev.txt pytest-xdist + pip3 install -r src/requirements.txt -Ur src/requirements/dev.txt cd src python manage.py check make all compress diff --git a/src/requirements/dev.txt b/src/requirements/dev.txt index ac01b422a9..553fda240a 100644 --- a/src/requirements/dev.txt +++ b/src/requirements/dev.txt @@ -9,6 +9,7 @@ codecov coverage pytest==3.6.* pytest-django +pytest-xdist isort pytest-rerunfailures==4.* pytest-mock==1.6.*