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

Skip to content

Commit 74ba9d3

Browse files
committed
only run perf tests in Travis on Python 3.5
1 parent 433c016 commit 74ba9d3

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
@@ -45,7 +45,7 @@ install:
4545
script:
4646
- python -m pytest
4747
- $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
48+
- "if [[ $TRAVIS_PYTHON_VERSION == '3.5' ]]; then $RUN_TESTS src/perf_tests/bin/$PERF_TESTS_PATH/Python.PerformanceTests.dll; fi"
4949

5050
after_script:
5151
# Waiting on mono-coverage, SharpCover or xr.Baboon

0 commit comments

Comments
 (0)