Skip to content

Commit 783524b

Browse files
Execute typeshed serializer unit tests during CI (#1076)
1 parent 2e9b52d commit 783524b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.cirrus.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ build_task:
8282
build_script:
8383
- git submodule update --init
8484
- 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
8587
- regular_mvn_build_deploy_analyze
8688
- ./check-license-compliance.sh
8789
cleanup_before_cache_script: cleanup_maven_repository

python-frontend/typeshed_serializer/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
envlist = py39, serialize
33
skipsdist = True
44

5-
[testenv]
5+
[testenv:test]
66
deps = -rrequirements.txt
77
commands = python -m pytest --cov=serializer --cov-report xml:cov.xml --ignore=resources
88

0 commit comments

Comments
 (0)