about 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 21:02:55 +0200
committerWojciech Siewierski <wojciech.siewierski@onet.pl>2018-10-03 21:02:55 +0200
commitb8174684df603c6ea13483f9c035aed84b2977a7 (patch)
treee1e99ac3d9a37f0dbe0b38825639e45ef1c3d9d6 /.travis.yml
parent908775cd3e7567e508074a4455ce620450846af9 (diff)
downloadranger-b8174684df603c6ea13483f9c035aed84b2977a7.tar.gz
Travis: Python 3.7 seems to be broken on Travis, let's leave it for now
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fad40136..67613a84 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,6 @@ python:
   - '2.7'
   - '3.5'
   - '3.6'
-  - '3.7'
 
 install:
   - 'pip install pipenv'