chg: Bump travis
parent
24ceb9a2ad
commit
dd876fdba2
|
@ -3,16 +3,14 @@ language: python
|
||||||
cache: pip
|
cache: pip
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "3.6"
|
|
||||||
- "3.6-dev"
|
- "3.6-dev"
|
||||||
- "nightly"
|
- "3.7-dev"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install coveralls codecov jsonschema
|
- pipenv install -d .
|
||||||
- pip install .
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- nosetests --with-coverage --cover-package=pymispwarninglists -d
|
- pipenv run nosetests-3.4 --with-coverage --cover-package=pymispwarninglists -d
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- codecov
|
- codecov
|
||||||
|
|
Loading…
Reference in New Issue