Add py35 tox env

This commit is contained in:
Louis Taylor 2015-12-14 18:04:36 +00:00
parent affcc28c65
commit 61a4aa5925

View file

@ -1,5 +1,5 @@
[tox]
envlist=py27,py34
envlist=py27,py34,py35
[testenv]
commands=py.test {{ cookiecutter.package_name }}