add Python 3.3 to tox.ini

This commit is contained in:
Roman Zeyde
2014-08-28 19:01:17 +03:00
parent 6537c6a02e
commit f387f8fb73

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py27
envlist = py27,py33
[testenv]
deps=pytest
commands=py.test tests/
commands=py.test -v tests/