Stegano/.travis.yml
2018-02-23 21:25:41 +01:00

16 lines
260 B
YAML

language: python
python:
- 3.6
install:
- "pipenv install"
- "pipenv install --dev"
script:
# Run the test suit
- nosetests --with-coverage --cover-package=stegano
# Run the type checker
- python tools/run_mypy.py
after_success:
- coveralls