dominiontabs/.travis.yml
Peter 0ffa111025
Test language tool run (#192)
* switch to pytest
* add language tool test
2018-02-19 13:38:30 -08:00

11 lines
196 B
YAML

language: python
python:
- "2.7"
# command to install dependencies
install:
- pip install -U setuptools
- pip install -U pycodestyle
- pip install .
# command to run tests
script: py.test