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 351d9ff commit bafbe25Copy full SHA for bafbe25
.travis.yml
@@ -109,7 +109,7 @@ install:
109
110
script:
111
- python -m pytest
112
- - mono $NUNIT_PATH src/embed_tests/bin/Python.EmbeddingTest.dll
+ - mono $NUNIT_PATH src/embed_tests/bin/Python.EmbeddingTest.dll --labels=All
113
- if [[ $BUILD_OPTS == --xplat ]]; then dotnet src/embed_tests/bin/netcoreapp2.0_publish/Python.EmbeddingTest.dll; fi
114
115
after_script:
0 commit comments