Merge branch 'py36' into 'master'

Add py36 to tox, correct a tiny typo

See merge request !168
This commit is contained in:
Ian Cordasco 2017-01-21 13:29:34 +00:00
commit 944838d0ec

View file

@ -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