Chore: Unpin robot/versions to match ci-management
[testsuite/python-testing-utils.git] / robotframework-onap / tox.ini
index 34e0b7e..b506255 100644 (file)
@@ -1,5 +1,5 @@
 [tox]
-envlist = py27,pep8,pylint,py3
+envlist = pep8,pylint,py3
 distdir = {toxinidir}/dist
 modules =
   ONAPLibrary
@@ -35,8 +35,3 @@ commands = nosetests --with-xunit \
   --cover-xml \
   --cover-html \
   tests
-
-[testenv:py27]
-basepython = python2.7
-commands =
-  nosetests --all-modules tests