X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric_robot_suite%2Fric-python-utils%2Ftox.ini;fp=ric_robot_suite%2Fric-python-utils%2Ftox.ini;h=7c1819d2068f42437ccfb8078300c1e739a1ec66;hb=c5fa07bcd8cbd614bcd813cac698385b789bcfcb;hp=0000000000000000000000000000000000000000;hpb=59f84608ec15c016958a6e0e0ddd813f376c0925;p=it%2Ftest.git diff --git a/ric_robot_suite/ric-python-utils/tox.ini b/ric_robot_suite/ric-python-utils/tox.ini new file mode 100644 index 0000000..7c1819d --- /dev/null +++ b/ric_robot_suite/ric-python-utils/tox.ini @@ -0,0 +1,11 @@ +# Tox (https://tox.readthedocs.io/) is a tool for running tests +# in multiple virtualenvs. This configuration file will run the +# test suite on all supported python versions. To use it, "pip install tox" +# and then run "tox" from this directory. + +[tox] +envlist = py27 + +[testenv] +commands = {envpython} setup.py test +deps =