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: python:
- "3.6-dev" - "3.6-dev"
- "3.7-dev" - "3.7-dev"
- "3.8-dev"
install: install:
- pip install pipenv - pip install poetry
- pipenv install -d . - poetry install
script: 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: after_success:
- codecov - codecov