don't run all tests on rc branch, we only need py3.7

This commit is contained in:
ziirish 2019-07-16 16:20:51 +02:00
parent 5a646ed301
commit 82ee1e123d
No known key found for this signature in database
GPG key ID: 72DB229A64B54E46

View file

@ -28,6 +28,7 @@ test:lint:3.6:
- lint
except:
- tags
- rc
test:lint:3.7:
stage: test
@ -50,6 +51,7 @@ test:lint:3.8:
- lint
except:
- tags
- rc
allow_failure: true
test:py:3.6:
@ -63,6 +65,7 @@ test:py:3.6:
- docker
except:
- tags
- rc
artifacts:
reports:
junit: .reports/burpui.junit.xml
@ -94,6 +97,7 @@ test:py:3.7:
- docker
except:
- tags
- rc
artifacts:
reports:
junit: .reports/burpui.junit.xml