2017-10-29 01:40:41 +02:00
|
|
|
language: python
|
|
|
|
|
|
|
|
cache: pip
|
|
|
|
|
|
|
|
python:
|
|
|
|
- "3.6-dev"
|
2019-05-13 10:24:13 +02:00
|
|
|
- "3.7-dev"
|
2017-10-29 01:40:41 +02:00
|
|
|
|
|
|
|
install:
|
2019-05-13 10:57:17 +02:00
|
|
|
- pip install pipenv
|
2019-05-13 10:24:13 +02:00
|
|
|
- pipenv install -d .
|
2017-10-29 01:40:41 +02:00
|
|
|
|
|
|
|
script:
|
2019-05-13 10:24:13 +02:00
|
|
|
- pipenv run nosetests-3.4 --with-coverage --cover-package=pymispwarninglists -d
|
2017-10-29 01:40:41 +02:00
|
|
|
|
|
|
|
after_success:
|
|
|
|
- codecov
|
|
|
|
- coveralls
|