From 66dd2d15112a93979aec22cea7c568f868091cd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Tisa=CC=88ter?= Date: Fri, 1 May 2015 15:49:57 +0200 Subject: [PATCH] Use pytest instead of nose --- tox.ini | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 5ffb666..831b12e 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,5 @@ envlist = py26, py27, pypy, py33, py34 [testenv] -commands = - nosetests {posargs:-w tests -v} -deps = - nose +commands = py.test +deps = pytest