diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2018-10-03 21:12:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-03 21:12:56 +0200 |
commit | 9454e9ff072007a2b2ed99bd11863b2cb8397785 (patch) | |
tree | e1e99ac3d9a37f0dbe0b38825639e45ef1c3d9d6 | |
parent | 036d2f312632b1a65876a7b56678a0828104b483 (diff) | |
parent | b8174684df603c6ea13483f9c035aed84b2977a7 (diff) | |
download | ranger-9454e9ff072007a2b2ed99bd11863b2cb8397785.tar.gz |
Merge pull request #1324 from Vifon/vifon/travis_update
Update the Travis handling
-rw-r--r-- | .travis.yml | 4 |
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' |