From dd8a9378d65bb0281cb799def69c16c6da9f39ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 7 Apr 2020 14:50:09 +0200 Subject: [PATCH] chg: Bump travis --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5005e35..6acf0a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,13 +5,14 @@ cache: pip python: - "3.6-dev" - "3.7-dev" + - "3.8-dev" install: - - pip install pipenv - - pipenv install -d . + - pip install poetry + - poetry install script: - - pipenv run nosetests-3.4 --with-coverage --cover-package=pymispwarninglists -d + - poetry run nosetests-3.4 --with-coverage --cover-package=pymispwarninglists -d after_success: - codecov