summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorWojciech Siewierski <wojciech.siewierski@onet.pl>2018-10-03 21:12:56 +0200
committerGitHub <noreply@github.com>2018-10-03 21:12:56 +0200
commit9454e9ff072007a2b2ed99bd11863b2cb8397785 (patch)
treee1e99ac3d9a37f0dbe0b38825639e45ef1c3d9d6
parent036d2f312632b1a65876a7b56678a0828104b483 (diff)
parentb8174684df603c6ea13483f9c035aed84b2977a7 (diff)
downloadranger-9454e9ff072007a2b2ed99bd11863b2cb8397785.tar.gz
Merge pull request #1324 from Vifon/vifon/travis_update
Update the Travis handling
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 0efd09fc..67613a84 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,12 +3,12 @@ dist: 'xenial'
 language: 'python'
 python:
   - '2.7'
-  - '3.4'
   - '3.5'
+  - '3.6'
 
 install:
   - 'pip install pipenv'
   - 'pipenv update --dev'
 
 script:
-  - 'make test'
+  - 'pipenv run make test'