summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 885f59c..182ac7d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,6 @@
language: python
matrix:
include:
- - python: 2.6
- env: TOXENV=py26
- python: 2.7
env: TOXENV=py27
- python: 3.3
@@ -13,9 +11,9 @@ matrix:
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- - python: 3.4
+ - python: 3.6
env: TOXENV=flake
- - python: 3.4
+ - python: 3.6
env: TOXENV=cover
install:
- pip install tox