mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-11 18:11:21 +08:00
11 lines
143 B
INI
11 lines
143 B
INI
[tox]
|
|
envlist = py27, py33, py34, py35, py36
|
|
|
|
[testenv]
|
|
deps =
|
|
requests
|
|
termcolor
|
|
flask
|
|
commands =
|
|
python -m unittest discover
|