mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 06:46:15 +00:00
620a5391c3
Python 3.3 is not a supported version so don't test it.
9 lines
117 B
INI
9 lines
117 B
INI
[tox]
|
|
envlist = py26,py27,py34,py35,py36
|
|
|
|
[testenv]
|
|
|
|
commands =
|
|
pip install -e .[socks]
|
|
python setup.py test
|