# HG changeset patch # User Thomas De Schampheleire # Date 1454534076 -3600 # Node ID 6a83b399bb3ccd5cf282beb42061e64a787f9cd7 # Parent 5349281d4c9de569177e33dc0311ce0127b794bb pytest migration: remove nose from tox configuration diff -r 5349281d4c9d -r 6a83b399bb3c tox.ini --- 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}