Skip to content

Commit

Permalink
fix: add constraint to setuptools in py3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Sep 6, 2021
1 parent e7af5dd commit 9368a25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ setenv =
PYTHONDONTWRITEBYTECODE = 1
commands = pytest --cov=storages --ignore=tests/integration/ tests/ {posargs}
deps =
py3.5: setuptools>28
django2.2: Django>=2.2,<3.0
django3.0: Django>=3.0,<3.1
django3.1: Django>=3.1,<3.2
Expand Down

0 comments on commit 9368a25

Please sign in to comment.