Add py34 to list of default envs

This commit is contained in:
Louis Taylor 2015-04-09 18:49:36 +01:00
parent bb4d08791a
commit a84d7bf8ea

View file

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