13 lines
173 B
INI
13 lines
173 B
INI
[tox]
|
|
skipsdist=True
|
|
envlist = py34, py35
|
|
skip_missing_interpreters = True
|
|
|
|
[testenv]
|
|
commands = py.test -v
|
|
deps =
|
|
-r{toxinidir}/requirements.txt
|
|
|
|
[flake8]
|
|
exclude=docs
|