Skip to content

Commit

Permalink
Updated the Travis config to test for Django 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
epicserve committed Nov 14, 2016
1 parent 47554be commit 04739df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ env:
- TOXENV=py27-lint
- TOXENV=py27-django18
- TOXENV=py27-django19
- TOXENV=py27-django110
- TOXENV=py34-django18
- TOXENV=py34-django19
- TOXENV=py34-django110
- TOXENV=py35-django18
- TOXENV=py35-django19
- TOXENV=py35-django110

install:
- pip install tox
Expand Down

0 comments on commit 04739df

Please sign in to comment.