summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJoris Roovers <jroovers@cisco.com>2016-04-16 02:10:37 +0200
committerJoris Roovers <jroovers@cisco.com>2016-04-16 02:42:18 +0200
commitcb6a7031b31ded0a6ba2830738c7b7145727dde7 (patch)
tree2aad0ef98e0d9ac34eb29e40f77fb62aad42d024 /.travis.yml
parent8efe76797b3bd51ef836105be54219213f5b8cef (diff)
Full python 2.6 supported
We now fully support python 2.6. We had to include the unittest2 dependency, update pytest to 2.9.2 and update a bunch of format strings, but this was relatively straightforward :) Also enabled python 2.6 unit tests in TravisCI.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 195602c..562cb44 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,7 @@ os:
- linux
language: python
python:
+ - "2.6"
- "2.7"
- "3.3"
- "3.4"