diff --git a/.travis.yml b/.travis.yml index b07a4fa..7b59ec2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ script: - 'if [[ $(python --version) == "Python 3.7."* ]]; then flake8; fi' - 'if [[ $(python --version) == "Python 3.7."* ]]; then black --check .; fi' - 'if [[ $(python --version) == "Python 3.7."* ]]; then sorti --check .; fi' - - 'if [[ $(python --version) == "Python 3.7."* ]]; then pip install . && mypy .; fi' + - 'if [[ $(python --version) == "Python 3.7."* && "$DJANGO" != "1.11" ]]; then pip install . && mypy .; fi' - coverage run --source collectfast ./runtests.py after_script: - coveralls