File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
- BUILD_DOCS=false
28
28
- NUMPY=numpy
29
29
- NPROC=2
30
- - TEST_ARGS=--omit -pep8
30
+ - TEST_ARGS=--no -pep8
31
31
32
32
language : python
33
33
@@ -40,7 +40,7 @@ matrix:
40
40
- python : 3.3
41
41
- python : 3.4
42
42
- python : 2.7
43
- env : TEST_ARGS=--pep8-only
43
+ env : TEST_ARGS=--pep8
44
44
- python : 2.7
45
45
env : BUILD_DOCS=true MOCK=mock
46
46
- python : " nightly"
@@ -109,7 +109,7 @@ script:
109
109
- |
110
110
if [[ $BUILD_DOCS == false ]]; then
111
111
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
113
113
else
114
114
cd doc
115
115
python make.py html --small --warningsaserrors
You can’t perform that action at this time.
0 commit comments