chg: Bump travis
parent
cba5032e15
commit
dd8a9378d6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue