Skip to content

Commit

Permalink
Exclude run tests for Python 3.7 and Django 1.11 due to incompatible …
Browse files Browse the repository at this point in the history
…syntax error
  • Loading branch information
catcombo committed Dec 6, 2019
1 parent 96d2ef1 commit 0564196
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ matrix:
env: DJANGO_VERSION=2.1
- python: "2.7"
env: DJANGO_VERSION=2.2
- python: "2.7"
env: DJANGO_VERSION=3.0
- python: "3.7"
env: DJANGO_VERSION=1.11

install:
- pip install -q Django==$DJANGO_VERSION
- pip install -q -U flake8 flake8-quotes flake8-commas flake8-import-order mock
- pip install coveralls

script:
- flake8 speedinfo
- flake8
- coverage run --source=speedinfo runtests.py

after_success:
Expand Down

0 comments on commit 0564196

Please sign in to comment.