Skip to content

Commit 72bc546

Browse files
committed
Further travis fixes
1 parent 075dc6d commit 72bc546

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ env:
1313
- DJANGO_VERSION=1.11
1414
- DJANGO_VERSION=2.0
1515

16+
matrix:
17+
exclude:
18+
- env: DJANGO_VERSION=2.0
19+
python: "2.7"
20+
1621
cache:
1722
- pip
1823
- directories:

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==2.0.1
1+
Django==1.11
22
djangorestframework==3.7.7
33
coverage==4.4.2
44
flake8==2.5.1

0 commit comments

Comments
 (0)