bison/.travis.yml

17 lines
216 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: "make"
# run tests and linting
script:
- pip install pipenv --upgrade
- make init
- make ci
after_success:
- coveralls