Skip to content

Commit a5c47c7

Browse files
committed
Corrected matrix
1 parent 5a41b77 commit a5c47c7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ cache:
77

88
python:
99
- "2.7"
10+
- "3.4"
11+
- "3.5"
1012
- "3.6"
1113

1214
addons:
@@ -18,8 +20,8 @@ env:
1820

1921
matrix:
2022
exclude:
21-
- python: "3.6"
22-
env: DJANGO_VERSION=1.11.*
23+
- python: "2.7"
24+
env: DJANGO_VERSION=2.0.*
2325

2426
install:
2527
- pip install flake8 coverage coveralls

0 commit comments

Comments
 (0)