cadet-cli/.travis.yml

10 строки
160 B
YAML

language: python
python:
- "3.6"
# command to install dependencies
install:
- pip install -r src/requirements.txt
# command to run tests
script:
- pytest