[go: up one dir, main page]

Menu

[ff50d5]: / tox.ini  Maximize  Restore  History

Download this file

16 lines (14 with data), 236 Bytes

 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