Skip to content

Commit

Permalink
🚀 add py36 to tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
dizballanze committed May 12, 2017
1 parent 9070a63 commit e074b16
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tox.ini
@@ -1,9 +1,9 @@
[tox]
envlist =
{py27,py34,py35}-django-18
{py27,py34,py35}-django-19
{py27,py34,py35}-django-110
{py27,py34,py35}-django-111
{py27,py34,py35,py36}-django-18
{py27,py34,py35,py36}-django-19
{py27,py34,py35,py36}-django-110
{py27,py34,py35,py36}-django-111

[testenv]
setenv =
Expand All @@ -16,6 +16,7 @@ deps =
django-111: Django>=1.11
-r{toxinidir}/requirements_test.txt
basepython =
py36: python3.6
py35: python3.5
py34: python3.4
py27: python2.7

0 comments on commit e074b16

Please sign in to comment.