Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0debe77

Browse filesBrowse files
committed
Travis: Revert to using tests.py. Temp fix for #4720
1 parent 6ee9a4d commit 0debe77
Copy full SHA for 0debe77

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.