Skip to content

Commit f2e5115

Browse files
committed
Reverts changes in travis config
1 parent 8e80897 commit f2e5115

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ python:
44
- 3.5
55
- 3.6
66
env:
7-
- DJANGO_VERSION=1.9
8-
- DJANGO_VERSION=1.10
7+
- DJANGO_VERSION=1.9.13
8+
- DJANGO_VERSION=1.10.7
99
- DJANGO_VERSION=1.11.2
1010
- DJANGO_VERSION=1.11.3
11-
- DJANGO_VERSION=1.11
11+
- DJANGO_VERSION=1.11.4
1212
# https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
1313
matrix:
1414
exclude:
15-
- env: DJANGO_VERSION=1.9
15+
- env: DJANGO_VERSION=1.9.13
1616
python: 3.6
17-
- env: DJANGO_VERSION=1.10
17+
- env: DJANGO_VERSION=1.10.7
1818
python: 3.6
1919
addons:
2020
apt_packages:

0 commit comments

Comments
 (0)