Skip to content

Commit

Permalink
Force upgrade for some packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Oct 11, 2015
1 parent 2730a0d commit f53883c
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 @@ -59,7 +59,7 @@ before_install:
- uname -a
- lsb_release -a
install:
- pip install tox
- pip install -U tox virtualenv setuptools 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 @@ -15,7 +15,7 @@ before_install:
- uname -a
- lsb_release -a
install:
- pip install tox
- pip install -U tox virtualenv setuptools wheel
- virtualenv --version
- easy_install --version
- pip --version
Expand Down

0 comments on commit f53883c

Please sign in to comment.