We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075dc6d commit 72bc546Copy full SHA for 72bc546
.travis.yml
@@ -13,6 +13,11 @@ env:
13
- DJANGO_VERSION=1.11
14
- DJANGO_VERSION=2.0
15
16
+matrix:
17
+ exclude:
18
+ - env: DJANGO_VERSION=2.0
19
+ python: "2.7"
20
+
21
cache:
22
- pip
23
- directories:
requirements.txt
@@ -1,4 +1,4 @@
1
-Django==2.0.1
+Django==1.11
2
djangorestframework==3.7.7
3
coverage==4.4.2
4
flake8==2.5.1
0 commit comments