summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
authorNathaniel <natemaia10@gmail.com>2018-09-05 20:42:13 -0700
committerGitHub <noreply@github.com>2018-09-05 20:42:13 -0700
commite79b08089ba6d91c18905e58f7c4749300473b98 (patch)
treed99749a084ae731b60171230ccb131d41bdf462a /.travis.yml
parent573bc3aff2c6881928fae984280ff03ad5360fe7 (diff)
parentcc6d9a0b19d250215b822342436e8e81e71c4b4d (diff)
downloadranger-e79b08089ba6d91c18905e58f7c4749300473b98.tar.gz
Merge branch 'master' into patch-4
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 7 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index f9e31256..0efd09fc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,13 +1,14 @@
-dist: 'trusty'
+dist: 'xenial'
 
 language: 'python'
 python:
-    - '2.7'
-    - '3.4'
-    - '3.5'
+  - '2.7'
+  - '3.4'
+  - '3.5'
 
 install:
-    - 'pip install pytest pylint flake8'
+  - 'pip install pipenv'
+  - 'pipenv update --dev'
 
 script:
-    - 'make test'
+  - 'make test'