We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6c6b3e + 19d1740 commit 1e4fafaCopy full SHA for 1e4fafa
templates/travis.yml.jj2
@@ -22,7 +22,7 @@ before_install:
22
{% block custom_install %}
23
{% endblock%}
24
- if [[ -f rnd_requirements.txt ]]; then
25
- pip install --upgrade "setuptools==17.1" ;
+ pip install --upgrade "setuptools==17.1" "pip==7.1" ;
26
pip install -r rnd_requirements.txt ;
27
fi
28
- pip install -r tests/requirements.txt
0 commit comments