mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Refs #27025 -- Added Python 3.6 to tox.ini.
This commit is contained in:
parent
ab661e994b
commit
72be3152d7
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue