summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
authorWojciech Siewierski <wojciech.siewierski@onet.pl>2018-10-03 20:58:12 +0200
committerWojciech Siewierski <wojciech.siewierski@onet.pl>2018-10-03 20:58:12 +0200
commit908775cd3e7567e508074a4455ce620450846af9 (patch)
tree802928e4976e881316d6870816982af36315cd1c /.travis.yml
parent05e3e3a9c03d684e1df8da6b1568f044e198df9f (diff)
downloadranger-908775cd3e7567e508074a4455ce620450846af9.tar.gz
Travis: Update the checked python versions
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'