Skip to content

Commit

Permalink
Make sure tooling is up to date on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed May 13, 2019
1 parent 1c78ccf commit 2f31fc3
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 @@ -199,7 +199,7 @@ before_install:
export PATH="/usr/local/opt/python/libexec/bin:${PATH}"
fi
install:
- pip install twine tox-wheel
- pip install --upgrade twine tox-wheel
- virtualenv --version
- easy_install --version
- pip --version
Expand Down
2 changes: 1 addition & 1 deletion ci/templates/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ before_install:
export PATH="/usr/local/opt/python/libexec/bin:${PATH}"
fi
install:
- pip install twine tox-wheel
- pip install --upgrade twine tox-wheel
- virtualenv --version
- easy_install --version
- pip --version
Expand Down

0 comments on commit 2f31fc3

Please sign in to comment.