summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index c072450..4eb0813 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@ commands=
pytest --cov=oauthlib tests/
-# tox -e docs to mimick readthedocs build.
+# tox -e docs to mimic readthedocs build.
# as of today, RTD is using python3.7 and doesn't run "setup.py install"
[testenv:docs]
basepython=python3.7
@@ -20,7 +20,7 @@ changedir=docs
whitelist_externals=make
commands=make clean html
-# tox -e readme to mimick PyPI long_description check
+# tox -e readme to mimic PyPI long_description check
[testenv:readme]
basepython=python3.8
deps=twine>=1.12.0