X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;fp=tox.ini;h=a36b6ed5140ac5358e3b7f01f5feba8eaff16aec;hb=222a9d494de0e022c36bc10043edb3c331828874;hp=ef1f5ebaa191ec4882357731a28a018110a1067f;hpb=0cb1b3c3a97ea8772cdbff4f42527b1116dce12c;p=osm%2Fcommon.git diff --git a/tox.ini b/tox.ini index ef1f5eb..a36b6ed 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 +commands = pytest [testenv:flake8] basepython = python3