summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 67873fc6..fad40136 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,8 +3,9 @@ dist: 'xenial'
 language: 'python'
 python:
   - '2.7'
-  - '3.4'
   - '3.5'
+  - '3.6'
+  - '3.7'
 
 install:
   - 'pip install pipenv'