mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 14:50:16 +00:00
20641583e3
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
9 lines
97 B
INI
9 lines
97 B
INI
[tox]
|
|
envlist = py36
|
|
|
|
[testenv]
|
|
|
|
commands =
|
|
pip install -e .[socks]
|
|
python setup.py test
|