summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerhard Weis <g.weis@griffith.edu.au>2017-07-06 04:40:33 +1000
committerGerhard Weis <g.weis@griffith.edu.au>2017-07-06 04:40:33 +1000
commitff549464285c9ef94a3667c51b206fdd2f26d691 (patch)
treec1c050a1de05fc25e34b1976e3507a870e3b5fe4
parent1d32c9eaf6b218ace851e1edd86a5af832d62c20 (diff)
downloadisodate-ff549464285c9ef94a3667c51b206fdd2f26d691.tar.gz
use py36 to run flake and coverage
-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