We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee57f2 commit 989a8e4Copy full SHA for 989a8e4
.cirrus.yml
@@ -82,8 +82,6 @@ build_task:
82
build_script:
83
- git submodule update --init
84
- source cirrus-env BUILD
85
- - mvn -f python-frontend/pom.xml protobuf:compile-python@generate-protobuf-python-sources
86
- - tox -c python-frontend/typeshed_serializer/tox.ini -e test
87
- regular_mvn_build_deploy_analyze
88
- ./check-license-compliance.sh
89
cleanup_before_cache_script: cleanup_maven_repository
python-frontend/typeshed_serializer/tox.ini
@@ -2,7 +2,7 @@
2
envlist = py39, serialize
3
skipsdist = True
4
5
-[testenv:test]
+[testenv]
6
deps = -rrequirements.txt
7
commands = python -m pytest --cov=serializer --cov-report xml:cov.xml --ignore=resources
8
0 commit comments