changeset 5699:6a83b399bb3c

pytest migration: remove nose from tox configuration
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Wed, 03 Feb 2016 22:14:36 +0100
parents 5349281d4c9d
children d88077fae3d6
files tox.ini
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tox.ini	Wed Feb 03 22:24:33 2016 +0100
+++ b/tox.ini	Wed Feb 03 22:14:36 2016 +0100
@@ -1,13 +1,11 @@
 [tox]
 minversion = 1.8
-envlist = py{26,27}-{pytest,nose}
+envlist = py{26,27}-pytest
 
 [testenv]
 setenv =
     PYTHONHASHSEED = 0
 deps =
-    nose: nose
     pytest: pytest
 commands =
-    nose: nosetests {posargs}
     pytest: py.test {posargs}