Skip to content

Commit

Permalink
Merge pull request #365 from CTPUG/features/update_django_1.11_testing
Browse files Browse the repository at this point in the history
Django 1.11 had been released, so standardise the way we test it
  • Loading branch information
drnlm committed Aug 3, 2017
2 parents f7fbf7e + 5b10f07 commit 4eb2115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ env:
- DJANGO='django>=1.9.0,<1.10.0' TESTDB=postgres
- DJANGO='django>=1.10.0,<1.11.0' TESTDB=sqlite
- DJANGO='django>=1.10.0,<1.11.0' TESTDB=postgres
- DJANGO='https://github.com/django/django/archive/stable/1.11.x.tar.gz' TESTDB=sqlite
- DJANGO='https://github.com/django/django/archive/stable/1.11.x.tar.gz' TESTDB=postgres
- DJANGO='django>=1.11.0,<1.12.0' TESTDB=sqlite
- DJANGO='django>=1.11.0,<1.12.0' TESTDB=postgres
- DJANGO='https://github.com/django/django/archive/master.tar.gz' TESTDB=sqlite
- DJANGO='https://github.com/django/django/archive/master.tar.gz' TESTDB=postgres

Expand Down

0 comments on commit 4eb2115

Please sign in to comment.