language: python install: - "pip install ." - "pip install -r requirements-tests.txt" script: - tox - coveralls env: - TOXENV=py27