8000 use pip install -e · matplotlib/matplotlib@33757ba · GitHub
[go: up one dir, main page]

Skip to content

Commit 33757ba

Browse files
committed
use pip install -e
1 parent b824add commit 33757ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ install:
9494
cp .travis/setup.cfg .
9595
fi;
9696
97-
- python setup.py install
97+
- pip install -e .
9898

9999
script:
100100
# The number of processes is hardcoded, because using too many causes the
@@ -168,7 +168,5 @@ after_success:
168168
if [[ $BUILD_DOCS == false && $TEST_ARGS != "--pep8" ]]; then
169169
# account for us running the test out-of-repo and coveralls expects in-repo
170170
# tests
171-
mv cover .coverage ../matplotlib
172-
cd ../matplotlib
173171
coveralls
174172
fi

0 commit comments

Comments
 (0)
0