Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bafbe25

Browse files
committed
add NUnit output
1 parent 351d9ff commit bafbe25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ install:
109109

110110
script:
111111
- python -m pytest
112-
- mono $NUNIT_PATH src/embed_tests/bin/Python.EmbeddingTest.dll
112+
- mono $NUNIT_PATH src/embed_tests/bin/Python.EmbeddingTest.dll --labels=All
113113
- if [[ $BUILD_OPTS == --xplat ]]; then dotnet src/embed_tests/bin/netcoreapp2.0_publish/Python.EmbeddingTest.dll; fi
114114

115115
after_script:

0 commit comments

Comments
 (0)