mirror of
https://github.com/lepture/captcha.git
synced 2026-03-13 09:43:22 +08:00
14 lines
174 B
INI
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
|