From fe5a5b64765f8fa5bbfae0a08e026a5c6fb8b47a Mon Sep 17 00:00:00 2001 From: Wojciech Siewierski Date: Mon, 16 Jul 2018 01:01:49 +0200 Subject: Revert "Use Pipfile/pipenv to manage the linters" This reverts commit 322479d11c05fdc0264c5eda817b7b3163e99f0a. --- .travis.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to '.travis.yml') 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' -- cgit 1.4.1-2-gfad0