Skip to content

Commit 247a9a7

Browse files
francoisfreitagJakob Probst
andcommitted
Fix django version specification in tox.ini
The specified version was invalid, causing tests to default to the latest version. Co-authored-by: Jakob Probst <jakob@probstfamilie.de>
1 parent f48b507 commit 247a9a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ envlist =
1313
commands = {envpython} -Wa -b -m django test --settings tests.settings
1414
deps =
1515
django22: Django~=2.2.0
16-
django30: Django>=3.0<3.1
17-
django31: Django>=3.1<3.2
16+
django30: Django>=3.0,<3.1
17+
django31: Django>=3.1,<3.2
1818
djangomaster: https://github.com/django/django/archive/master.tar.gz
1919

2020
[testenv:black]

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy