Skip to content

Commit

Permalink
Updated to use latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillon Lareau committed Sep 6, 2018
1 parent 6d02a68 commit bb1ab5e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Expand Up @@ -14,12 +14,12 @@ env:
- DJANGO_SETTINGS_MODULE="puzzlehunt_server.settings.travis_settings"
- DB=mysql
matrix:
- DJANGO=1.8.18
- DJANGO=1.9
- DJANGO=1.10
- DJANGO=1.11
- DJANGO=2.0
- DJANGO=2.1
- DJANGO=1.8.*
- DJANGO=1.9.*
- DJANGO=1.10.*
- DJANGO=1.11.*
- DJANGO=2.0.*
- DJANGO=2.1.*

matrix:
exclude:
Expand All @@ -40,6 +40,7 @@ install:
- pip install -q Django==$DJANGO
- pip install -r requirements.txt
- pip install coveralls
- pip freeze
- mkdir -p ./media/puzzles

before_script:
Expand Down

0 comments on commit bb1ab5e

Please sign in to comment.