From d22ef089668ffa9b6d0840d4cd60d11dcdc2a68e Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sun, 7 Sep 2014 18:26:04 +0300 Subject: [PATCH] tox.ini: trim whitespace --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b99ffeb..dfbc875 100644 --- a/tox.ini +++ b/tox.ini @@ -2,4 +2,4 @@ envlist = py27,py33 [testenv] deps=pytest -commands=py.test tests/ +commands=py.test tests/