From f387f8fb7383e198b552644df91336e3585d2763 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Thu, 28 Aug 2014 19:01:17 +0300 Subject: [PATCH] add Python 3.3 to tox.ini --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 9bd2d88..62187d2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27 +envlist = py27,py33 [testenv] deps=pytest -commands=py.test tests/ \ No newline at end of file +commands=py.test -v tests/