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

Skip to content

Commit 40b80a2

Browse files
committed
use pip install -e
1 parent 3a54ca0 commit 40b80a2

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
@@ -96,7 +96,7 @@ install:
9696
cp Felipa-Regular.ttf ~/.fonts
9797
fc-cache -f -v
9898
fi;
99-
- python setup.py install
99+
- pip install -e .
100100

101 686C 101
script:
102102
# The number of processes is hardcoded, because using too many causes the
@@ -173,7 +173,5 @@ after_success:
173173
if [[ $BUILD_DOCS == false && $TEST_ARGS != "--pep8" ]]; then
174174
# account for us running the test out-of-repo and coveralls expects in-repo
175175
# tests
176-
mv cover .coverage ../matplotlib
177-
cd ../matplotlib
178176
coveralls
179177
fi

0 commit comments

Comments
 (0)
0