aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBrett Cannon <brcan@microsoft.com>2019-12-02 11:18:45 -0800
committerBrett Cannon <brcan@microsoft.com>2019-12-02 11:18:45 -0800
commitab215b3eb7b16801d5a13267570caaa944cab3d6 (patch)
tree4b146750166fe9de164c756a6f4283ea48ec1ae5 /tox.ini
parent3df0ed11278b130548df24ea6be81caf894a162c (diff)
downloaduritemplates-ab215b3eb7b16801d5a13267570caaa944cab3d6.tar.gz
Update support for Python 3.7 & 3.8
Starting in Python 3.7 the quoting support changed from RFC 2396 to RFC 3986.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 7bd6405..ed27494 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,12 +4,14 @@ envlist =
py34,
py35,
py36,
+ py37,
+ py38,
pep8,
[testenv]
deps =
pytest
-commands = py.test {posargs}
+commands = pytest {posargs}
[testenv:pep8]
deps =