Merge pull request #2 from kragniz/patch-1

Add py34 to list of default envs
This commit is contained in:
Sam Clements 2015-04-09 20:21:50 +01:00
commit 166ba3577c

View file

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