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