diff options
| author | Zuul <zuul@review.opendev.org> | 2019-06-07 23:25:06 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2019-06-07 23:25:06 +0000 |
| commit | f320dc5f76202afb81bb8c1c92c0a807f51c3b19 (patch) | |
| tree | 4334990d727929f249f8db54620aa55d715796d0 | |
| parent | 5ffc158a6d1b9b0542cd7f01b26f5ca41a8233a7 (diff) | |
| parent | 489321ad86a5f21f7041545d6cf9c3d5d7a2f130 (diff) | |
| download | python-troveclient-f320dc5f76202afb81bb8c1c92c0a807f51c3b19.tar.gz | |
Merge "Dropping the py35 testing"
| -rw-r--r-- | .zuul.yaml | 1 | ||||
| -rw-r--r-- | setup.cfg | 1 | ||||
| -rw-r--r-- | tox.ini | 6 |
3 files changed, 1 insertions, 7 deletions
@@ -3,7 +3,6 @@ - check-requirements - openstack-lower-constraints-jobs - openstack-python-jobs - - openstack-python35-jobs - openstack-python36-jobs - openstackclient-plugin-jobs - publish-openstack-docs-pti @@ -16,7 +16,6 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 [files] @@ -1,7 +1,7 @@ # Python Trove Client [tox] -envlist = py36,py35,py27,pypy,pep8 +envlist = py36,py27,pypy,pep8 minversion = 2.0 skipsdist = True @@ -31,10 +31,6 @@ commands = oslo_debug_helper -t troveclient/tests {posargs} basepython = python2.7 commands = oslo_debug_helper -t troveclient/tests {posargs} -[testenv:debug-py35] -basepython = python3.5 -commands = oslo_debug_helper -t troveclient/tests {posargs} - [testenv:pep8] basepython = python3 commands = flake8 |
