Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
Mop mop mop.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Thurgood committed Aug 24, 2015
1 parent b2649d1 commit bad3467
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 @@ -28,7 +28,7 @@ before_install:
- sudo utils/setup_travis_riak.sh "${RIAK_VERSION}"
install:
- if [ ! -z "$PYPY_VERSION" ]; then deactivate; curl -L https://raw.githubusercontent.com/yyuu/pyenv-installer/master/bin/pyenv-installer | bash; export PATH="$HOME/.pyenv/bin:$PATH"; eval "$(pyenv init -)"; eval "$(pyenv virtualenv-init -)"; which pyenv; fi
- if [ ! -z "$PYPY_VERSION" ]; pyenv install pypy-$PYPY_VERSION; pyenv global pypy-$PYPY_VERSION; virtualenv -p $(which python) ~/env-pypy-$PYPY_VERSION; source ~/env-pypy-$PYPY_VERSION/bin/activate; fi
- if [ ! -z "$PYPY_VERSION" ]; then pyenv install pypy-$PYPY_VERSION; pyenv global pypy-$PYPY_VERSION; virtualenv -p $(which python) ~/env-pypy-$PYPY_VERSION; source ~/env-pypy-$PYPY_VERSION/bin/activate; fi
- "python --version"
- "pip install -r requirements.pip"
- "pip install -r requirements-dev.pip"
Expand Down

0 comments on commit bad3467

Please sign in to comment.