Files
tuir/.travis.yml
Michael Lazar 6ebe789274 Upping version
2017-01-12 18:23:42 -08:00

17 lines
284 B
YAML

language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
before_install:
- pip install coveralls pytest coverage mock pylint vcrpy
install:
- pip install .
script:
- pylint --rcfile .pylintrc -E rtv/
- coverage run -m py.test -v
after_success:
- coveralls