mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 14:50:16 +00:00
8 lines
121 B
INI
8 lines
121 B
INI
[tox]
|
|
envlist = py26,py27,py33,py34,py35,py36
|
|
|
|
[testenv]
|
|
|
|
commands =
|
|
pip install -e .[socks]
|
|
python setup.py test |