Skip to content

Commit

Permalink
travis: try to fix build by adding "--upgrade" option to "pip install"
Browse files Browse the repository at this point in the history
Signed-off-by: Graeme Watt <graeme.watt@durham.ac.uk>
  • Loading branch information
GraemeWatt committed Apr 15, 2019
1 parent 848659e commit d0b0cab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ before_install:
- "travis_retry pip install --upgrade pip"

install:
- "travis_retry pip install -r requirements.txt"
- "travis_retry pip install --upgrade -r requirements.txt"

script:
- python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Via GitHub (for developers):
git clone https://github.com/HEPData/hepdata-validator
cd hepdata-validator
pip install -e . -r requirements.txt
pip install --upgrade -e . -r requirements.txt
pytest testsuite
Expand Down

0 comments on commit d0b0cab

Please sign in to comment.