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