Skip to content

Commit

Permalink
CI: make sure all the dev dependencies are up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
beardypig committed Jan 8, 2019
1 parent 94a8a73 commit 36046ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ matrix:

before_install:
- pip install --disable-pip-version-check --upgrade pip setuptools
- pip install -r dev-requirements.txt
- pip install --upgrade -r dev-requirements.txt
- pip install pycountry
- if [[ $BUILD_DOCS == 'yes' ]]; then
pip install -r docs-requirements.txt;
Expand Down

0 comments on commit 36046ec

Please sign in to comment.