Upgrade osdf oparent version to 3.0
[optf/osdf.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 4723f46..c91b77f 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -5,10 +5,10 @@ envlist = py3, pylint
 
 [testenv]
 distribute = False
+basepython=python3
 setenv   =
     OSDF_CONFIG_FILE={toxinidir}/test/config/osdf_config.yaml
 commands =
-    - cat /etc/hosts
     /bin/bash test/functest/scripts/start-simulators.sh
     coverage run --module pytest --junitxml xunit-results.xml
     coverage xml --omit=".tox/py3/*","test/*"