mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-12-02 05:43:44 +03:00
Fixes tox config
This commit is contained in:
parent
d30bcb191e
commit
90d76179db
8
tox.ini
8
tox.ini
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user