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 2e9b52d commit 783524bCopy full SHA for 783524b
.cirrus.yml
@@ -82,6 +82,8 @@ 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]
+[testenv:test]
6
deps = -rrequirements.txt
7
commands = python -m pytest --cov=serializer --cov-report xml:cov.xml --ignore=resources
8
0 commit comments