Thanks to visit codestin.com Credit goes to github.com
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 433c016 commit 74ba9d3Copy full SHA for 74ba9d3
.travis.yml
@@ -45,7 +45,7 @@ install:
45
script:
46
- python -m pytest
47
- $RUN_TESTS src/embed_tests/bin/$EMBED_TESTS_PATH/Python.EmbeddingTest.dll
48
- - $RUN_TESTS src/perf_tests/bin/$PERF_TESTS_PATH/Python.PerformanceTests.dll
+ - "if [[ $TRAVIS_PYTHON_VERSION == '3.5' ]]; then $RUN_TESTS src/perf_tests/bin/$PERF_TESTS_PATH/Python.PerformanceTests.dll; fi"
49
50
after_script:
51
# Waiting on mono-coverage, SharpCover or xr.Baboon
0 commit comments