11 lines
166 B
INI
11 lines
166 B
INI
[tox]
|
|
envlist = py34, py27
|
|
recreate = False
|
|
|
|
[testenv]
|
|
downloadcache = {homedir}/.pipcache
|
|
changedir = tests
|
|
deps =
|
|
pytest
|
|
mock
|
|
commands = py.test {posargs} |