Skip to content

Commit 1e4fafa

Browse files
committed
Merge pull request #12 from jayvdb/rnd_pip_7_1
pyexcel rnd_requirements requires pip 7.1
2 parents d6c6b3e + 19d1740 commit 1e4fafa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/travis.yml.jj2

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ before_install:
2222
{% block custom_install %}
2323
{% endblock%}
2424
- if [[ -f rnd_requirements.txt ]]; then
25-
pip install --upgrade "setuptools==17.1" ;
25+
pip install --upgrade "setuptools==17.1" "pip==7.1" ;
2626
pip install -r rnd_requirements.txt ;
2727
fi
2828
- pip install -r tests/requirements.txt

0 commit comments

Comments
 (0)