PyMISPWarningLists/.travis.yml

19 lines
271 B
YAML

language: python
cache: pip
python:
- "3.6-dev"
- "3.7-dev"
install:
- pip install pipenv
- pipenv install -d .
script:
- pipenv run nosetests-3.4 --with-coverage --cover-package=pymispwarninglists -d
after_success:
- codecov
- coveralls