Trying again.

This commit is contained in:
Michael Lazar
2016-08-11 02:11:06 -07:00
parent 1ce3cd3c54
commit 211a00fe52

View File

@@ -10,6 +10,6 @@ install:
- pip install .
script:
- pylint --rcfile .pylintrc -E rtv/
- py.test -v --cov
- py.test -v --cov=rtv
after_success:
- coveralls