mirror of
https://opendev.org/x/pyghmi
synced 2025-01-14 19:57:47 +00:00
Remove 2.7 from test
It seems to be not well supported in the test pipeline anywhere. Change-Id: I931dfdb80bdf348e785b62cce26d7ad5e54e9372
This commit is contained in:
parent
5e123f677f
commit
0e038cfa12
8
tox.ini
8
tox.ini
@ -1,6 +1,6 @@
|
||||
[tox]
|
||||
minversion = 3.9.0
|
||||
envlist = py27,py3,pep8
|
||||
envlist = py3,pep8
|
||||
skipsdist = True
|
||||
ignore_basepython_conflict=true
|
||||
|
||||
@ -27,12 +27,6 @@ deps =
|
||||
whitelist_externals = bash
|
||||
commands = flake8
|
||||
|
||||
[testenv:py27]
|
||||
deps =
|
||||
-c{toxinidir}/py27-constraints.txt
|
||||
-r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
|
||||
[testenv:cover]
|
||||
setenv =
|
||||
{[testenv]setenv}
|
||||
|
@ -7,7 +7,6 @@
|
||||
- project:
|
||||
templates:
|
||||
- check-requirements
|
||||
- openstack-python-jobs
|
||||
- openstack-python3-wallaby-jobs
|
||||
- build-openstack-docs-pti
|
||||
check:
|
||||
|
Loading…
x
Reference in New Issue
Block a user