summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2015-09-14 23:37:25 +0200
committerChris Liechti <cliechti@gmx.net>2015-09-14 23:37:25 +0200
commit07424e5c8e27e421f80b413953e114bc500efc87 (patch)
tree3e303aa741d69484003d1f422c1b6dad88bed17d /.travis.yml
parentd761d77b5e08ae658fa8b29bc91c9384a269c0d2 (diff)
downloadpyserial-git-07424e5c8e27e421f80b413953e114bc500efc87.tar.gz
travis: adjust list of Python versions to test, importlib is provided by these versions (remove in requirements.txt)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 70496c9..feef370 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,9 +4,11 @@
language: python
python:
- - 2.6
- 2.7
- 3.2
+ - 3.3
+ - 3.4
+ - 3.5
- pypy
script: