From 9d4afa1160af46f5b464d544ae71e37a85c6140b Mon Sep 17 00:00:00 2001 From: Kartheek Lenkala Date: Sun, 22 Mar 2015 15:28:54 +0530 Subject: Pytest migration initial commit --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 8dc90020..e02581d1 100644 --- a/tox.ini +++ b/tox.ini @@ -2,4 +2,4 @@ envlist = py26, py27, pypy, py33, py34 [testenv] -commands = python run-tests.py {posargs} +commands = py.test jinja2 -- cgit v1.2.3