about 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.yml13
1 files changed, 6 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 7f7ced7b..f9e31256 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,14 +1,13 @@
-dist: 'xenial'
+dist: 'trusty'
 
 language: 'python'
 python:
-  - '2.7'
-  - '3.4'
-  - '3.5'
+    - '2.7'
+    - '3.4'
+    - '3.5'
 
 install:
-  - 'pip install pipenv'
-  - 'pipenv sync --update'
+    - 'pip install pytest pylint flake8'
 
 script:
-  - 'pipenv run make test'
+    - 'make test'