Skip to content

Commit

Permalink
Moved to only test supported django versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dlareau committed Sep 10, 2018
1 parent 4f1b32c commit eb1a48f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,13 @@ services:
- mysql

env:
- DJANGO=1.8.* DB=mysql
- DJANGO=1.9.* DB=mysql
- DJANGO=1.10.* DB=mysql
- DJANGO=1.11.* DB=mysql

matrix:
exclude:
- python: 3.6
env: DJANGO=1.8.* DB=mysql
- python: 3.6
env: DJANGO=1.9.* DB=mysql
- python: 3.6
env: DJANGO=1.10.* DB=mysql
- python: 2.7
env: DJANGO=2.0.* DB=mysql
- python: 2.7
env: DJANGO=2.1.* DB=mysql
- python: 3.4
env: DJANGO=2.1.* DB=mysql

before_install:
- export DJANGO_SETTINGS_MODULE="puzzlehunt_server.settings.travis_settings"
Expand Down

0 comments on commit eb1a48f

Please sign in to comment.