PyMISPGalaxies/.travis.yml

24 lines
360 B
YAML

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