# HG changeset patch # User Thomas De Schampheleire # Date 2016-02-03 22:14:36 # Node ID 6a83b399bb3ccd5cf282beb42061e64a787f9cd7 # Parent 5349281d4c9de569177e33dc0311ce0127b794bb pytest migration: remove nose from tox configuration diff --git a/tox.ini b/tox.ini --- a/tox.ini +++ b/tox.ini @@ -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}