Fix tests with python 2

This commit is contained in:
nvbn
2015-07-25 03:22:05 +03:00
parent 8d981cf9b6
commit 8498b970cc
6 changed files with 62 additions and 62 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ envlist = py27,py33,py34
[testenv]
deps = -rrequirements.txt
commands = py.test
commands = py.test -v --capture=sys