Skip to content

Commit

Permalink
add upgrade to pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
scopatz committed Jul 19, 2018
1 parent 4a2d8cf commit af9c106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -42,10 +42,10 @@ before_install:

install:
- if [[ $BUILD_DOCS = true ]]; then
pip install -r requirements-docs.txt;
pip install --upgrade -r requirements-docs.txt;
python setup.py install;
else
pip install -r requirements-tests.txt;
pip install --upgrade -r requirements-tests.txt;
fi

before_script:
Expand Down

0 comments on commit af9c106

Please sign in to comment.