Skip to content

Commit

Permalink
Add more Django versions to Travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
darklow committed Aug 9, 2016
1 parent 2455375 commit f2397bc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ env:
- DJANGO=1.4.20
- DJANGO=1.5.12
- DJANGO=1.6.11
- DJANGO=1.7.7
- DJANGO=1.8.3
- DJANGO=1.7.11
- DJANGO=1.8.14
- DJANGO=1.9.9
- DJANGO=1.10
before_install:
- export DJANGO_SETTINGS_MODULE=suit.tests.settings
install:
Expand Down

0 comments on commit f2397bc

Please sign in to comment.