Files
docker-docs/tox.ini
Daniel Nephin 779f4bda01 Fix cli for python 2.6
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
2014-07-15 13:07:46 -07:00

10 lines
144 B
INI

[tox]
envlist = py26,py27,py32,py33,pypy
[testenv]
deps =
-rrequirements.txt
-rrequirements-dev.txt
commands =
nosetests {posargs}