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 141535b commit a82c423Copy full SHA for a82c423
.gitlab-ci.yml
@@ -70,8 +70,8 @@ test:3.13:
70
- rm -f .coverage* collected-coverage
71
- pip install tox
72
# Separate run so I don't waste time telling errors in setup apart from errors at runtime
73
- - tox --notest --skip-env '^py31[^2]'
74
- - "AIOCOAP_TEST_MCIF=\"$(ip -j -6 route list default | python3 -c 'import sys, json; print(json.load(sys.stdin)[0][\"dev\"])')\" tox --skip-env '^py31[^2]'"
+ - tox --notest --skip-env '^py31[^3]'
+ - "AIOCOAP_TEST_MCIF=\"$(ip -j -6 route list default | python3 -c 'import sys, json; print(json.load(sys.stdin)[0][\"dev\"])')\" tox --skip-env '^py31[^3]'"
75
- mkdir collected-coverage/tox-3.13/ -p
76
- mv .coverage* collected-coverage/tox-3.13/
77
artifacts:
0 commit comments