From 3afd74edf88372c3877ff66e3031e92a8f65f030 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 20 Jan 2017 12:18:29 -0800 Subject: [PATCH] Add py36 to tox, correct a tiny typo --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 88b59ba..2e876bf 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion=2.3.1 -envlist = py27,py33,py34,py35,flake8,linters,docs +envlist = py27,py33,py34,py35,py36,flake8,linters,docs [testenv] deps = @@ -17,7 +17,7 @@ deps = . commands = {posargs} -# Dogfood our current mastera version +# Dogfood our current master version [testenv:dogfood] basepython = python3 skip_install = true