Skip to content

Commit

Permalink
#16-Feature - Update tox
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoCelmer committed Jan 19, 2022
1 parent 0646c14 commit 255dfe8
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ envlist =
django1.11-py34
django1.11-py35
django1.11-py36
django4.0-py38
django4.0-py39


[testenv]
Expand Down Expand Up @@ -348,3 +350,27 @@ deps =
django==1.11
django-nose==1.4.4
coverage==3.7.1

[testenv:django4.0-py38]
setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/global_permissions
basepython = python3.8
commands =
flake8 global_permissions
python runtests.py
deps =
django==4.0
django-nose==1.4.7
coverage==6.2

[testenv:django4.0-py39]
setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/global_permissions
basepython = python3.9
commands =
flake8 global_permissions
python runtests.py
deps =
django==4.0
django-nose==1.4.7
coverage==6.2

0 comments on commit 255dfe8

Please sign in to comment.