Skip to content

Commit

Permalink
Fixed test matrix on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
synasius committed Feb 24, 2017
1 parent 2273d6a commit 34f3b7b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: python
python:
- "3.6"
- "3.5"

sudo: false

Expand All @@ -24,6 +24,17 @@ env:

matrix:
fast_finish: true
include:
- python: "3.6"
env: TOXENV=py36-django111
- python: "3.6"
env: TOXENV=py36-djangomaster
exclude:
- python: "3.5"
env: TOXENV=py36-django111
- python: "3.5"
env: TOXENV=py36-djangomaster

allow_failures:
- env: TOXENV=py35-djangomaster
- env: TOXENV=py36-djangomaster
Expand Down

0 comments on commit 34f3b7b

Please sign in to comment.