summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 22e3abf1..f503be34 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,9 @@
language: python
python:
- - "2.6"
- - "2.7"
- - "3.2"
- - "3.3"
- "3.4"
+ - "3.5"
+ - "3.6"
+ - "3.7-dev"
install:
- "pip install ."
script: testall.py