Skip to content

Commit

Permalink
Resolve pip UnicodeEncoderError for PyPy environments (celery#4138)
Browse files Browse the repository at this point in the history
* Upgrade pip for PyPy environments

* Specify version in pip upgrade

* Suppress progress bar
  • Loading branch information
georgepsarakis authored and auvipy committed Jul 18, 2017
1 parent cd89518 commit 8114055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ before_install:
"$PYENV_ROOT/bin/pyenv" install "$PYPY_VERSION"
virtualenv --python="$PYENV_ROOT/versions/$PYPY_VERSION/bin/python" "$HOME/virtualenvs/$PYPY_VERSION"
source "$HOME/virtualenvs/$PYPY_VERSION/bin/activate"
which python
which python
fi
- |
if [[ "$TOXENV" == *dynamodb ]]; then
Expand All @@ -69,7 +69,7 @@ before_install:
after_success:
- .tox/$TRAVIS_PYTHON_VERSION/bin/coverage xml
- .tox/$TRAVIS_PYTHON_VERSION/bin/codecov -e TOXENV
install: travis_retry pip install -U tox
install: travis_retry pip install -U tox | cat
script: tox -v -- -v
notifications:
irc:
Expand Down

0 comments on commit 8114055

Please sign in to comment.