Fixes tox config

This commit is contained in:
Michael 2020-08-09 14:30:52 -05:00
parent d30bcb191e
commit 90d76179db

View File

@ -11,15 +11,15 @@
skipsdist = true skipsdist = true
envlist = envlist =
python{3.5,3.6,3.7,3.8}-django22 python{3.5,3.6,3.7,3.8}-django22
python{3.6,3.7,3.8}-django30 python{3.6,3.7,3.8}-django31
[testenv] [testenv]
commands = commands =
python ./runtests.py python ./runtests.py
deps = deps =
-rdev-requirements.txt -rdj_rest_auth/tests/requirements.pip
django22: Django>=2.2,<2.3 django22: Django>=2.2,<2.3
django30: Django>=3.0,<3.1 django31: Django>=3.1
# Configuration for coverage and flake8 is being set in `./setup.cfg` # Configuration for coverage and flake8 is being set in `./setup.cfg`
[testenv:coverage] [testenv:coverage]
@ -27,7 +27,7 @@ commands =
coverage run ./runtests.py coverage run ./runtests.py
coverage report coverage report
deps = deps =
-rdev-requirements.txt -rdj_rest_auth/tests/requirements.pip
[testenv:flake8] [testenv:flake8]
changedir = {toxinidir}/dj_rest_auth changedir = {toxinidir}/dj_rest_auth