remove fast_finish from the CI

This commit is contained in:
Gonçalo Valério 2020-01-28 15:57:59 +00:00
parent 0c7c6f6a7a
commit 6e23152a77
1 changed files with 0 additions and 3 deletions

View File

@ -11,9 +11,6 @@ env:
- DJANGO_VERSION=django-22
- DJANGO_VERSION=django-30
matrix:
fast_finish: true
install: pip install -r requirements_test.txt
script: tox -e $(echo py$TRAVIS_PYTHON_VERSION-$DJANGO_VERSION | tr -d .)