Merge "Dropping the py35 testing"

This commit is contained in:
Zuul 2019-05-24 09:12:04 +00:00 committed by Gerrit Code Review
commit 3efec698f9
2 changed files with 2 additions and 7 deletions

View File

@ -1,3 +1,3 @@
- project: - project:
templates: templates:
- python35-charm-jobs - python36-charm-jobs

View File

@ -2,7 +2,7 @@
# This file is managed centrally by release-tools and should not be modified # This file is managed centrally by release-tools and should not be modified
# within individual charm repos. # within individual charm repos.
[tox] [tox]
envlist = pep8,py35,py36 envlist = pep8,py36
skipsdist = True skipsdist = True
[testenv] [testenv]
@ -22,11 +22,6 @@ basepython = python2.7
deps = -r{toxinidir}/requirements.txt deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
[testenv:py35]
basepython = python3.5
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
[testenv:py36] [testenv:py36]
basepython = python3.6 basepython = python3.6
deps = -r{toxinidir}/requirements.txt deps = -r{toxinidir}/requirements.txt