aztk/.travis.yml

17 строки
181 B
YAML

language: python
python:
- "3.5"
- "3.6"
install:
- pip install -r requirements.txt
- pip install -e .
script:
- pytest
- pylint -E aztk
branches:
only:
- master