mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
8 lines
168 B
INI
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 |