|
@@ -46,13 +46,6 @@ webui:
|
|
--module-rgx='^[A-Za-z0-9]+$' --class-rgx='^[A-Za-z0-9]+$'
|
|
--module-rgx='^[A-Za-z0-9]+$' --class-rgx='^[A-Za-z0-9]+$'
|
|
app.py pycs"
|
|
app.py pycs"
|
|
|
|
|
|
-tests_3.6:
|
|
|
|
- stage: test
|
|
|
|
- image: python:3.6
|
|
|
|
- only:
|
|
|
|
- - master
|
|
|
|
- <<: *python_test_definition
|
|
|
|
-
|
|
|
|
tests_3.7:
|
|
tests_3.7:
|
|
stage: test
|
|
stage: test
|
|
image: python:3.7
|
|
image: python:3.7
|
|
@@ -75,13 +68,12 @@ tests_3.9:
|
|
- source env/bin/activate
|
|
- source env/bin/activate
|
|
- coverage report -m
|
|
- coverage report -m
|
|
|
|
|
|
-tests_3.10:
|
|
|
|
- stage: test
|
|
|
|
- image: python:3.10-rc
|
|
|
|
- allow_failure: true
|
|
|
|
- only:
|
|
|
|
- - master
|
|
|
|
- <<: *python_test_definition
|
|
|
|
|
|
+# tests_3.10:
|
|
|
|
+# stage: test
|
|
|
|
+# image: python:3.10
|
|
|
|
+# only:
|
|
|
|
+# - master
|
|
|
|
+# <<: *python_test_definition
|
|
|
|
|
|
|
|
|
|
bundle:
|
|
bundle:
|