1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

Refs #27025 -- Added Python 3.6 to tox.ini.

This commit is contained in:
Andrii Soldatenko 2017-01-06 03:09:45 +02:00 committed by Tim Graham
parent ab661e994b
commit 72be3152d7

View File

@ -25,7 +25,7 @@ setenv =
PYTHONDONTWRITEBYTECODE=1
deps =
py{2,27}: -rtests/requirements/py2.txt
py{3,34,35}: -rtests/requirements/py3.txt
py{3,34,35,36}: -rtests/requirements/py3.txt
postgres: -rtests/requirements/postgres.txt
mysql: -rtests/requirements/mysql.txt
oracle: -rtests/requirements/oracle.txt