Download this file
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
[tox] envlist = py35, py36 [travis] python = 3.6: py36 3.5: py35 [testenv] commands = pytest --cov=. --cov-config=.coveragerc --cov-report=term tests/ deps = pytest-pep8 pytest-cov pytest coverage coveralls