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 0d3aad4 commit 2daee94Copy full SHA for 2daee94
.travis.yml
@@ -136,7 +136,7 @@ script:
136
if [[ $BUILD_DOCS == false ]]; then
137
export MPL_REPO_DIR=$PWD # needed for pep8-conformance test of the examples
138
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
139
- python tests.py $NOSE_ARGS $TEST_ARGS -v
+ python tests.py $NOSE_ARGS $TEST_ARGS
140
else
141
gdb -return-child-result -batch -ex r -ex bt --args python tests.py $NOSE_ARGS $TEST_ARGS
142
fi
0 commit comments