diff options
author | LeLobster <LeLobster@users.noreply.github.com> | 2018-10-05 00:24:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-05 00:24:05 +0200 |
commit | 1d7f6ac9786c14e24080a639ba70dcd6b455289d (patch) | |
tree | 509cf5c6c645ae8975d15e2e0dbc80e1e9c41c2f | |
parent | 2679b379d2ee9816ddd65d23f635663da61abe29 (diff) | |
parent | 9454e9ff072007a2b2ed99bd11863b2cb8397785 (diff) | |
download | ranger-1d7f6ac9786c14e24080a639ba70dcd6b455289d.tar.gz |
Merge branch 'master' into stborderw3mfix
-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' |