Skip to content

Commit

Permalink
Merge pull request #31 from deckar01/30-pip-update-deps
Browse files Browse the repository at this point in the history
Force update dependencies
  • Loading branch information
perrygeo authored Nov 10, 2019
2 parents ed3f279 + 3280434 commit 13636e6
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 @@ -7,7 +7,7 @@ python:
before_install:
- "pip install -U pip"
- "pip install wheel"
- "pip install -r requirements-dev.txt"
- "pip install -U -r requirements-dev.txt"
install:
- "pip install -e ."
script:
Expand Down

0 comments on commit 13636e6

Please sign in to comment.