Files
requests/tox.ini
T
Dmitry Dygalo 6c2942b198 Initial work
2016-02-02 13:24:05 +01:00

8 lines
168 B
INI

[tox]
envlist = py26, py27, py33, py34, py35, pypy
[testenv]
setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/requests
whitelist_externals = make
commands = make test