mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-06-09 16:13:29 +03:00
Removed pypy from travis
This commit is contained in:
parent
2a73e5e479
commit
f93251bcbb
16
.travis.yml
16
.travis.yml
|
@ -4,21 +4,7 @@ python:
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.4
|
- 3.4
|
||||||
- 3.5
|
- 3.5
|
||||||
- pypy
|
- 3.6
|
||||||
before_install:
|
|
||||||
- |
|
|
||||||
if [ "$TRAVIS_PYTHON_VERSION" = "pypy" ]; then
|
|
||||||
export PYENV_ROOT="$HOME/.pyenv"
|
|
||||||
if [ -f "$PYENV_ROOT/bin/pyenv" ]; then
|
|
||||||
cd "$PYENV_ROOT" && git pull
|
|
||||||
else
|
|
||||||
rm -rf "$PYENV_ROOT" && git clone --depth 1 https://github.com/yyuu/pyenv.git "$PYENV_ROOT"
|
|
||||||
fi
|
|
||||||
export PYPY_VERSION="4.0.1"
|
|
||||||
"$PYENV_ROOT/bin/pyenv" install "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
|
|
||||||
install:
|
install:
|
||||||
- |
|
- |
|
||||||
if [ "$TEST_TYPE" = build ]; then
|
if [ "$TEST_TYPE" = build ]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user