summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 65c0ad3..a5f478f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,10 +11,6 @@ env:
- DJANGO="master"
matrix:
allow_failures:
- - python: "2.7"
- env: DJANGO="2.0"
- - python: "2.7"
- env: DJANGO="master"
- python: "3.4"
env: DJANGO="2.0"
- python: "3.4"
@@ -27,6 +23,11 @@ matrix:
env: DJANGO="2.0"
- python: "3.6"
env: DJANGO="master"
+ exclude:
+ - python: "2.7"
+ env: DJANGO="2.0"
+ - python: "2.7"
+ env: DJANGO="master"
after_success: codecov
install: pip install tox-travis codecov
script: tox