summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-01-25 13:59:25 -0500
committerGitHub <noreply@github.com>2017-01-25 13:59:25 -0500
commit1c466994d9729a8902d34e277a3a685bef2a08e1 (patch)
tree3a0c5ea4fc352aead66378f1fc2217feb6e1e2c7 /tox.ini
parent11856ea44e4dd1ff2358c559c0d04ac848832c23 (diff)
downloaddjango-1c466994d9729a8902d34e277a3a685bef2a08e1.tar.gz
Refs #23919 -- Removed misc Python 2/3 references.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 2 insertions, 7 deletions
diff --git a/tox.ini b/tox.ini
index e9892a75a4..b9ed6c9db9 100644
--- a/tox.ini
+++ b/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