mtl-aas/.travis.yml
2017-10-26 22:00:03 -07:00

5 lines
146 B
YAML

language: python
python:
- "3.6"
install: "pip install -r requirements.txt"
script: pytest --flake8 --cov=stl -x --cov-report=html --isort