chg: Bump travis

pull/10/head
Raphaël Vinot 2020-04-07 14:50:09 +02:00
parent cba5032e15
commit dd8a9378d6
1 changed files with 4 additions and 3 deletions

View File

@ -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