summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 1b03598..22f6f33 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,11 +1,11 @@
[tox]
-envlist = py27,py35,py36,py37,pypy,pypy3,docs,readme,bandit
+envlist = py35,py36,py37,pypy,pypy3,docs,readme,bandit
[testenv]
deps=
-rrequirements-test.txt
commands=
- py.test --cov=oauthlib tests/
+ pytest --cov=oauthlib tests/
# tox -e docs to mimick readthedocs build.
@@ -29,7 +29,7 @@ commands=
twine check dist/*
[testenv:bandit]
-basepython=python2.7
+basepython=python3.7
skipsdist=True
deps=bandit
commands=bandit -b bandit.json -r oauthlib/