summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGerhard Weis <g.weis@griffith.edu.au>2017-07-05 21:15:36 +1000
committerGerhard Weis <g.weis@griffith.edu.au>2017-07-05 21:15:36 +1000
commitb27084a43a0a4c148a175a8bb06fc8fd66115ee1 (patch)
tree936e4a83f903d43a1ebaeced05cf8c9a7c04c02c /.travis.yml
parent0d0abd79a975ed132a8eb43783f87cd84eea9267 (diff)
downloadisodate-b27084a43a0a4c148a175a8bb06fc8fd66115ee1.tar.gz
keep py2.6 as long as tests run fine
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index fe73aed..8caf3d3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,8 @@
language: python
matrix:
include:
+ - python: 2.6
+ env: TOXENV=py26
- python: 2.7
env: TOXENV=py27
- python: 3.3