File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 - BUILD_DOCS=false
2828 - NUMPY=numpy
2929 - NPROC=2
30- - TEST_ARGS=--omit -pep8
30+ - TEST_ARGS=--no -pep8
3131
3232language : python
3333
@@ -40,7 +40,7 @@ matrix:
4040 - python : 3.3
4141 - python : 3.4
4242 - python : 2.7
43- env : TEST_ARGS=--pep8-only
43+ env : TEST_ARGS=--pep8
4444 - python : 2.7
4545 env : BUILD_DOCS=true MOCK=mock
4646 - python : " nightly"
@@ -109,7 +109,7 @@ script:
109109 - |
110110 if [[ $BUILD_DOCS == false ]]; then
111111 export MPL_REPO_DIR=$PWD # needed for pep8-conformance test of the examples
112- gdb -return-child-result -batch -ex r -ex bt --args python setup .py test --nocapture --processes=$NPROC --process-timeout=300 $TEST_ARGS
112+ gdb -return-child-result -batch -ex r -ex bt --args python tests .py -s --processes=$NPROC --process-timeout=300 $TEST_ARGS
113113 else
114114 cd doc
115115 python make.py html --small --warningsaserrors
You can’t perform that action at this time.
0 commit comments