blob: fc2207a1a7582ffbdf57d877ec266cd217f84608 (
plain)
1
2
3
4
5
6
7
8
|
[tox]
envlist = py26, py27, py31, py32, py33
[testenv]
downloadcache = {toxworkdir}/cache
deps = nose
git+https://github.com/waylan/pytidylib.git#egg=PyTidyLib
commands = {envpython} {toxinidir}/run-tests.py {posargs}
|