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