One more time.

This commit is contained in:
Michael Lazar
2016-08-11 02:16:00 -07:00
parent 211a00fe52
commit 0b0eb831e0

View File

@@ -5,11 +5,11 @@ python:
- "3.4"
- "3.5"
before_install:
- pip install coveralls pytest pytest-cov mock pylint vcrpy
- pip install coveralls pytest coverage mock pylint vcrpy
install:
- pip install .
script:
- pylint --rcfile .pylintrc -E rtv/
- py.test -v --cov=rtv
- coverage run -m py.test -v
after_success:
- coveralls