X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=baf649bbb987de1c793beb83a7589944a88fd7fa;hb=refs%2Fchanges%2F95%2F6095%2F3;hp=ef1f5ebaa191ec4882357731a28a018110a1067f;hpb=5c012612f1292b012dc12b337c611c6f3c083b18;p=osm%2Fcommon.git diff --git a/tox.ini b/tox.ini index ef1f5eb..baf649b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,11 +1,11 @@ [tox] -envlist = py27,py3,flake8 +envlist = py27,py3,flake8,pytest toxworkdir={homedir}/.tox [testenv] -deps=nose - mock -commands=nosetests +basepython = python3 +deps = pytest pytest-asyncio +commands = pytest [testenv:flake8] basepython = python3