X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=1ac635621d4eebb9da0837e53f203e8b360fd0d1;hb=65d71ab71ce1aaf9ca3aeeee7dd6cb8793278b3e;hp=8c4b0cd2ebfabd6b15c0e6c5e6c1a98799b4ac80;hpb=f33ed4d2e1efc9e479445da842d08256ceaccac8;p=osm%2FN2VC.git diff --git a/tox.ini b/tox.ini index 8c4b0cd..1ac6356 100644 --- a/tox.ini +++ b/tox.ini @@ -22,4 +22,5 @@ deps = commands = py.test -ra -s -x -n auto -k 'not integration' [testenv:integration] -commands = py.test -ra -s -x -n auto +basepython=python3 +commands = py.test -ra -s -x -n auto {posargs}