Skip to content

Commit

Permalink
new admin doesn't support 1.10.*
Browse files Browse the repository at this point in the history
  • Loading branch information
dlareau committed Sep 10, 2018
1 parent 8b15d71 commit 45c4241
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,8 @@ services:
- mysql

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

matrix:
exclude:
- python: 3.6
env: DJANGO=1.10.* DB=mysql

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

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django
Django==1.11.*
decorator==4.1.2
bootstrap-admin==0.4.*
django-debug-toolbar==1.8
Expand Down

0 comments on commit 45c4241

Please sign in to comment.