diff --git a/.zuul.yaml b/.zuul.yaml index 7332a87..b3037e9 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,5 +1,5 @@ - project: templates: - python35-charm-jobs - - openstack-python3-train-jobs + - openstack-python3-ussuri-jobs - openstack-cover-jobs diff --git a/tox.ini b/tox.ini index 03dae6d..fea4385 100644 --- a/tox.ini +++ b/tox.ini @@ -20,14 +20,6 @@ passenv = http_proxy https_proxy install_command = pip install {opts} {packages} -[testenv:py27] -basepython = python2.7 -# Reactive source charms are Python3-only, but a py27 unit test target -# is required by OpenStack Governance. Remove this shim as soon as -# permitted. http://governance.openstack.org/reference/cti/python_cti.html -whitelist_externals = true -commands = true - [testenv:py35] basepython = python3.5 deps = -r{toxinidir}/test-requirements.txt