Skip to content

Commit

Permalink
use supported versions only
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy authored Mar 8, 2018
1 parent 58f35ce commit dd09b14
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ python:

env:
- TOX_ENV=django.1.11
- TOX_ENV=django.1.10
- TOX_ENV=django.1.9
- TOX_ENV=django.2.0
- TOX_ENV=django.1.8.lts

matrix:
Expand All @@ -18,4 +17,4 @@ install:
- pip install tox

script:
- tox -e $TOX_ENV -- tests_app
- tox -e $TOX_ENV -- tests_app

0 comments on commit dd09b14

Please sign in to comment.