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 20cbb0d commit ded45e4Copy full SHA for ded45e4
.travis.yml
@@ -45,7 +45,8 @@ install:
45
script:
46
- python -m pytest
47
- $RUN_TESTS src/embed_tests/bin/$EMBED_TESTS_PATH/Python.EmbeddingTest.dll
48
- - "if [[ $TRAVIS_PYTHON_VERSION == '3.5' ]]; then $RUN_TESTS src/perf_tests/bin/$PERF_TESTS_PATH/Python.PerformanceTests.dll; fi"
+ # does not work on Linux, because NuGet package for 2.3 is Windows only
49
+ # - "if [[ $TRAVIS_PYTHON_VERSION == '3.5' && $PERF_TESTS_PATH != '' ]]; then mono $NUNIT_PATH src/perf_tests/bin/$PERF_TESTS_PATH/Python.PerformanceTests.dll; fi"
50
51
after_script:
52
# Waiting on mono-coverage, SharpCover or xr.Baboon
0 commit comments