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