Files
tuir/.travis.yml
T
Michael Lazar 211a00fe52 Trying again.
2016-08-11 02:11:06 -07:00

16 lines
270 B
YAML

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