Skip to content
Snippets Groups Projects
Commit dc0ff269 authored by jan.bednarik's avatar jan.bednarik
Browse files

Update test environments

parent ae1b8dc1
No related branches found
No related tags found
No related merge requests found
...@@ -45,5 +45,5 @@ setup( ...@@ -45,5 +45,5 @@ setup(
}, },
keywords=["django", "openid", "sso"], keywords=["django", "openid", "sso"],
python_requires=">=3.6", python_requires=">=3.6",
install_requires=["mozilla-django-oidc>=1.2.3,<2"], install_requires=["mozilla-django-oidc>=1.2.3,<2", "python-ldap>=3.2.0,<4"],
) )
[tox] [tox]
envlist = envlist =
py{36,37,38}-django300 py{36,37,38}-django{30,22}
[testenv] [testenv]
deps = deps =
-r{toxinidir}/tests/requirements.txt -r{toxinidir}/tests/requirements.txt
django300: Django>=3.0.0,<3.1 django30: Django>=3.0,<3.1
django22: Django>=2.2,<3
setenv = setenv =
PYTHONPATH = {toxinidir} PYTHONPATH = {toxinidir}
PYTHONUNBUFFERED = yes PYTHONUNBUFFERED = yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment