Skip to content

Commit

Permalink
Add Django 1.11 and 2.0 to Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanor committed Dec 28, 2017
1 parent 40aa7c4 commit 92f05a8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,23 @@ addons:
packages:
- python3.5
- python3.5-dev
- python3.6
- python3.6-dev
env:
- TOXENV=py27-1.8
- TOXENV=py27-1.9
- TOXENV=py27-1.10
- TOXENV=py27-1.11
- TOXENV=py34-1.8
- TOXENV=py34-1.9
- TOXENV=py34-1.10
- TOXENV=py34-1.11
- TOXENV=py35-1.9
- TOXENV=py35-1.10
- TOXENV=py35-1.11
- TOXENV=py35-2.0
- TOXENV=py36-1.11
- TOXENV=py36-2.0
install:
- pip install tox
script:
Expand Down

0 comments on commit 92f05a8

Please sign in to comment.