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
1 changed files with 1 additions and 1 deletions

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