mirror of
https://github.com/wassname/flask-security.git
synced 2026-06-27 16:10:11 +08:00
11 lines
168 B
INI
11 lines
168 B
INI
[tox]
|
|
envlist = py26, py27, py33, pypy
|
|
|
|
[testenv]
|
|
deps =
|
|
-r{toxinidir}/requirements.txt
|
|
-r{toxinidir}/requirements-dev.txt
|
|
|
|
commands =
|
|
python setup.py test
|