2013-06-24 11:53:02 +00:00
|
|
|
[tox]
|
|
|
|
envlist = py32, py33
|
|
|
|
|
|
|
|
[testenv]
|
2013-07-05 10:36:49 +00:00
|
|
|
# Change dir to avoid import problem
|
|
|
|
changedir = docs
|
2013-07-08 21:38:27 +00:00
|
|
|
commands = {envpython} -m attic.testsuite.run -bv []
|
2014-03-10 21:05:23 +00:00
|
|
|
|
|
|
|
[testenv:py32]
|
|
|
|
deps = mock
|