We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27bb146 commit 38cafd3Copy full SHA for 38cafd3
.travis.yml
@@ -53,7 +53,7 @@ before_install:
53
54
# Test source distribution.
55
install:
56
- - python setup.py sdist && version=$(python setup.py --version) && pushd dist && pip install folium-${version}.tar.gz && popd
+ - python setup.py sdist && version=$(python setup.py --version) && pushd dist && pip install --no-deps --force-reinstall folium-${version}.tar.gz && popd
57
58
script:
59
- if [[ $TRAVIS_JOB_NAME != 'docs' ]]; then
0 commit comments