From ec863cef5bb3811803337738c93c65541848a403 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 1 Sep 2014 00:00:20 +0200 Subject: [PATCH] Update tox --- tox.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 24155a9a..46792253 100644 --- a/tox.ini +++ b/tox.ini @@ -2,8 +2,10 @@ envlist = docs, py26, py27, pypy, py33, py34 [testenv] -deps = blinker -commands = python run-tests.py [] +deps= + blinker + pytest +commands = py.test [] [testenv:docs]