mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #23919 -- Removed misc Python 2/3 references.
This commit is contained in:
9
tox.ini
9
tox.ini
@@ -11,10 +11,7 @@ envlist =
|
||||
docs
|
||||
isort
|
||||
|
||||
# Add environments to use default python2 and python3 installations
|
||||
[testenv:py2]
|
||||
basepython = python2
|
||||
|
||||
# Add environment to use the default python3 installation
|
||||
[testenv:py3]
|
||||
basepython = python3
|
||||
|
||||
@@ -24,7 +21,6 @@ passenv = DJANGO_SETTINGS_MODULE PYTHONPATH HOME DISPLAY
|
||||
setenv =
|
||||
PYTHONDONTWRITEBYTECODE=1
|
||||
deps =
|
||||
py{2,27}: -rtests/requirements/py2.txt
|
||||
py{3,34,35,36}: -rtests/requirements/py3.txt
|
||||
postgres: -rtests/requirements/postgres.txt
|
||||
mysql: -rtests/requirements/mysql.txt
|
||||
@@ -41,8 +37,7 @@ changedir = {toxinidir}
|
||||
commands = flake8 .
|
||||
|
||||
[testenv:docs]
|
||||
# On OS X, as of pyenchant 1.6.6, the docs build only works under Python 2.
|
||||
basepython = python2
|
||||
basepython = python3
|
||||
usedevelop = false
|
||||
whitelist_externals =
|
||||
make
|
||||
|
||||
Reference in New Issue
Block a user