bison/.travis.yml

16 lines
197 B
YAML
Raw Normal View History

2018-03-08 05:10:12 -07:00
language: python
python:
- "3.4"
- "3.5"
- "3.6"
# install dependencies
install: pip install tox-travis
2018-03-08 05:10:12 -07:00
# run tests and linting
script:
- tox
- tox -e lint
2018-03-08 05:10:12 -07:00
after_success:
- coveralls