Files
captcha/tox.ini
2014-11-27 14:31:46 +08:00

14 lines
174 B
INI

[tox]
envlist = py26,py27,py33,py34,pypy
[testenv]
deps =
nose
Pillow
wheezy.captcha
commands = nosetests -s
[testenv:pypy]
deps = nose
commands = nosetests -s