You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Revert "Test with latest PyPy in Travis"
This commit is contained in:
14
.travis.yml
14
.travis.yml
@@ -8,22 +8,8 @@ python:
|
|||||||
- '2.7.11'
|
- '2.7.11'
|
||||||
- '2.6'
|
- '2.6'
|
||||||
- '3.4'
|
- '3.4'
|
||||||
- 'pypy'
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- |
|
|
||||||
if [ "$TRAVIS_PYTHON_VERSION" = "pypy" ]; then
|
|
||||||
export PYENV_ROOT="$HOME/.pyenv"
|
|
||||||
if [ -f "$PYENV_ROOT/bin/pyenv" ]; then
|
|
||||||
pushd "$PYENV_ROOT" && git pull && popd
|
|
||||||
else
|
|
||||||
rm -rf "$PYENV_ROOT" && git clone --depth 1 https://github.com/yyuu/pyenv.git "$PYENV_ROOT"
|
|
||||||
fi
|
|
||||||
export PYPY_VERSION="5.3"
|
|
||||||
"$PYENV_ROOT/bin/pyenv" install --skip-existing "pypy-$PYPY_VERSION"
|
|
||||||
virtualenv --python="$PYENV_ROOT/versions/pypy-$PYPY_VERSION/bin/python" "$HOME/virtualenvs/pypy-$PYPY_VERSION"
|
|
||||||
source "$HOME/virtualenvs/pypy-$PYPY_VERSION/bin/activate"
|
|
||||||
fi
|
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install -r requirements-dev.txt
|
- pip install -r requirements-dev.txt
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user