Skip to content

Commit

Permalink
Use correct environment variable to see if we're testing PyPy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Omer Katz authored Jun 15, 2016
1 parent 1cc787f commit d8c5cfe
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 @@ -18,7 +18,7 @@ env:
- TOXENV=configcheck
before_install:
- |
if [ "$TRAVIS_PYTHON_VERSION" = "pypy" ]; then
if [ "$TOXENV" = "pypy" ]; then
export PYENV_ROOT="$HOME/.pyenv"
if [ -f "$PYENV_ROOT/bin/pyenv" ]; then
cd "$PYENV_ROOT" && git pull
Expand Down

0 comments on commit d8c5cfe

Please sign in to comment.