mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
drop support for python 3.6 which is no longer supported by most of our requirements
This commit is contained in:
parent
1e8e480967
commit
af702dddce
2 changed files with 2 additions and 32 deletions
|
|
@ -25,19 +25,6 @@ test:format:
|
|||
- rc
|
||||
- demo
|
||||
|
||||
test:lint:3.6:
|
||||
stage: test
|
||||
image: python:3.6
|
||||
script:
|
||||
- pip install tox
|
||||
- tox -e pep8
|
||||
tags:
|
||||
- lint
|
||||
except:
|
||||
- tags
|
||||
- rc
|
||||
- demo
|
||||
|
||||
test:lint:3.7:
|
||||
stage: test
|
||||
image: python:3.7
|
||||
|
|
@ -88,23 +75,6 @@ test:lint:3.10:
|
|||
- rc
|
||||
- demo
|
||||
|
||||
test:py:3.6:
|
||||
stage: test
|
||||
image: python:3.6
|
||||
script:
|
||||
- pip install tox
|
||||
- mkdir .reports
|
||||
- tox -e py36
|
||||
tags:
|
||||
- docker
|
||||
except:
|
||||
- tags
|
||||
- rc
|
||||
- demo
|
||||
artifacts:
|
||||
reports:
|
||||
junit: .reports/burpui.junit.xml
|
||||
|
||||
test:py:3.7:
|
||||
stage: test
|
||||
image: python:3.7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue