f0b9c7cb67
This should fix the builds.
11 lines
153 B
INI
11 lines
153 B
INI
[tox]
|
|
envlist = py27,py33,py34,py35
|
|
|
|
[testenv]
|
|
deps = -rrequirements.txt
|
|
commands = py.test -v --capture=sys
|
|
|
|
[flake8]
|
|
ignore = E501,W503
|
|
exclude = venv
|