From 2e517001a9c03487413f123f4f2a37eb9a7f2b91 Mon Sep 17 00:00:00 2001 From: Alex Morega Date: Mon, 5 Aug 2013 14:11:01 +0300 Subject: pass on arguments to py.test --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index af0281a..bb92511 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ envlist=py26,py27,py33,pypy [testenv] -commands=py.test +commands=py.test [] deps=pytest [testenv:py26] -- cgit v1.2.1