Skip to content

Commit 9bdfe15

Browse files
author
Sean Bleier
committed
Testing the django version settings for travis.
1 parent 4ee85c3 commit 9bdfe15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ python:
77
- 3.7
88
env:
99
- DJANGO_VERSION='>=1.11,<2.0'
10-
- DJANGO_VERSION='>=2.0,<2.1'
11-
- DJANGO_VERSION='>=2.1,<2.2'
10+
- DJANGO_VERSION='==2.0'
11+
- DJANGO_VERSION='==2.1'
1212
matrix:
1313
exclude:
1414
- python: 2.7

0 commit comments

Comments
 (0)