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

Skip to content

Commit ed196c6

Browse files
committed
Merge pull request #4723 from jenshnielsen/Travistests
Travis: Revert to using tests.py. Temp fix for #4720
2 parents 5c24f88 + 0debe77 commit ed196c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727
- BUILD_DOCS=false
2828
- NUMPY=numpy
2929
- NPROC=2
30-
- TEST_ARGS=--omit-pep8
30+
- TEST_ARGS=--no-pep8
3131

3232
language: 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

0 commit comments

Comments
 (0)