mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #28814 -- Documented Python 3.7 compatibility.
This commit is contained in:
committed by
Tim Graham
parent
fd06488fe3
commit
2f7cd7f8ec
2
tox.ini
2
tox.ini
@@ -21,7 +21,7 @@ passenv = DJANGO_SETTINGS_MODULE PYTHONPATH HOME DISPLAY
|
||||
setenv =
|
||||
PYTHONDONTWRITEBYTECODE=1
|
||||
deps =
|
||||
py{3,35,36}: -rtests/requirements/py3.txt
|
||||
py{3,35,36,37}: -rtests/requirements/py3.txt
|
||||
postgres: -rtests/requirements/postgres.txt
|
||||
mysql: -rtests/requirements/mysql.txt
|
||||
oracle: -rtests/requirements/oracle.txt
|
||||
|
||||
Reference in New Issue
Block a user