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