Skip to content

Commit 38cafd3

Browse files
committed
--no-deps --force-reinstall
1 parent 27bb146 commit 38cafd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ before_install:
5353

5454
# Test source distribution.
5555
install:
56-
- python setup.py sdist && version=$(python setup.py --version) && pushd dist && pip install folium-${version}.tar.gz && popd
56+
- python setup.py sdist && version=$(python setup.py --version) && pushd dist && pip install --no-deps --force-reinstall folium-${version}.tar.gz && popd
5757

5858
script:
5959
- if [[ $TRAVIS_JOB_NAME != 'docs' ]]; then

0 commit comments

Comments
 (0)