Skip to content

Commit 34f3b7b

Browse files
committed
Fixed test matrix on travis
1 parent 2273d6a commit 34f3b7b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.travis.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: python
22
python:
3-
- "3.6"
3+
- "3.5"
44

55
sudo: false
66

@@ -24,6 +24,17 @@ env:
2424

2525
matrix:
2626
fast_finish: true
27+
include:
28+
- python: "3.6"
29+
env: TOXENV=py36-django111
30+
- python: "3.6"
31+
env: TOXENV=py36-djangomaster
32+
exclude:
33+
- python: "3.5"
34+
env: TOXENV=py36-django111
35+
- python: "3.5"
36+
env: TOXENV=py36-djangomaster
37+
2738
allow_failures:
2839
- env: TOXENV=py35-djangomaster
2940
- env: TOXENV=py36-djangomaster

0 commit comments

Comments
 (0)