File tree 1 file changed +2
-4
lines changed 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ install:
96
96
cp Felipa-Regular.ttf ~/.fonts
97
97
fc-cache -f -v
98
98
fi;
99
- - python setup.py install
99
+ - pip install -e .
100
100
101
101
script :
102
102
# The number of processes is hardcoded, because using too many causes the
@@ -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 setup.py test --nocapture --processes=$NPROC --process-timeout=300 --with-coverage $TEST_ARGS
113
113
else
114
114
cd doc
115
115
python make.py html --small --warningsaserrors
@@ -173,7 +173,5 @@ after_success:
173
173
if [[ $BUILD_DOCS == false && $TEST_ARGS != "--pep8" ]]; then
174
174
# account for us running the test out-of-repo and coveralls expects in-repo
175
175
# tests
176
- mv cover .coverage ../matplotlib
177
- cd ../matplotlib
178
176
coveralls
179
177
fi
You can’t perform that action at this time.
0 commit comments