mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 06:46:15 +00:00
8bce583b95
Formally removing any remaining vestiges of Python 2 from Requests. We'll also leave behind Python 3.6 while we're at it.
19 lines
268 B
INI
19 lines
268 B
INI
[tox]
|
|
envlist = py{37,38,39,310}-{default, use_chardet_on_py3}
|
|
|
|
[testenv]
|
|
deps = -rrequirements-dev.txt
|
|
extras =
|
|
security
|
|
socks
|
|
commands =
|
|
pytest tests
|
|
|
|
[testenv:default]
|
|
|
|
[testenv:use_chardet_on_py3]
|
|
extras =
|
|
security
|
|
socks
|
|
use_chardet_on_py3
|