aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-10-03 11:42:30 +0200
committerDaniel Lobato García <me@daniellobato.me>2016-10-03 11:42:30 +0200
commitfaa364138450fc390906956e2db358387200e19d (patch)
treeb17fea637da13720fd3e679be464473732255aa0 /.travis.yml
parentd66388b843f49ed556e003b746fcf41064c4171d (diff)
Python3 (#37)
* Handle python3's configparser as well * tests: Open file in text mode to avoid string bytes conversion with Python3 * tests: drop unnecessary dict These arent sortable in Python3 * Convert returned facts to list While Python2 has a list here Python3 returns dict_values which is not indexable as is. * tests: Parse url for comparison Python3 uses hash seeds for comparison so the QS parts dont have a fixed order. * Test python3.4 and python3.5 as well
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 1caed6a..64e3d86 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,8 @@
language: python
python:
- "2.7"
+ - "3.4"
+ - "3.5"
install: "pip install -r requirements.txt"
script:
- flake8