Skip to content

Commit

Permalink
Reverts changes in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
mbourqui committed Sep 4, 2017
1 parent 8e80897 commit f2e5115
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ python:
- 3.5
- 3.6
env:
- DJANGO_VERSION=1.9
- DJANGO_VERSION=1.10
- DJANGO_VERSION=1.9.13
- DJANGO_VERSION=1.10.7
- DJANGO_VERSION=1.11.2
- DJANGO_VERSION=1.11.3
- DJANGO_VERSION=1.11
- DJANGO_VERSION=1.11.4
# https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
matrix:
exclude:
- env: DJANGO_VERSION=1.9
- env: DJANGO_VERSION=1.9.13
python: 3.6
- env: DJANGO_VERSION=1.10
- env: DJANGO_VERSION=1.10.7
python: 3.6
addons:
apt_packages:
Expand Down

0 comments on commit f2e5115

Please sign in to comment.