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