From dd876fdba2cc2ddb8eba88639470d2588b25299b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 13 May 2019 10:24:13 +0200 Subject: [PATCH] chg: Bump travis --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index d03d276..fc6696b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,16 +3,14 @@ language: python cache: pip python: - - "3.6" - "3.6-dev" - - "nightly" + - "3.7-dev" install: - - pip install coveralls codecov jsonschema - - pip install . + - pipenv install -d . script: - - nosetests --with-coverage --cover-package=pymispwarninglists -d + - pipenv run nosetests-3.4 --with-coverage --cover-package=pymispwarninglists -d after_success: - codecov