mirror of
https://github.com/django/django.git
synced 2025-11-03 13:23:19 +00:00
Refs #27857 -- Removed Python 3.4 from tox.ini.
This commit is contained in:
parent
062684057e
commit
7d8d630e37
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -21,7 +21,7 @@ passenv = DJANGO_SETTINGS_MODULE PYTHONPATH HOME DISPLAY
|
||||||
setenv =
|
setenv =
|
||||||
PYTHONDONTWRITEBYTECODE=1
|
PYTHONDONTWRITEBYTECODE=1
|
||||||
deps =
|
deps =
|
||||||
py{3,34,35,36}: -rtests/requirements/py3.txt
|
py{3,35,36}: -rtests/requirements/py3.txt
|
||||||
postgres: -rtests/requirements/postgres.txt
|
postgres: -rtests/requirements/postgres.txt
|
||||||
mysql: -rtests/requirements/mysql.txt
|
mysql: -rtests/requirements/mysql.txt
|
||||||
oracle: -rtests/requirements/oracle.txt
|
oracle: -rtests/requirements/oracle.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue