Skip to content

Commit 48604ea

Browse files
authored
Use Travis-provided pypy3
1 parent 4c647c6 commit 48604ea

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.travis.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,6 @@ install:
3838
- easy_install --version
3939
- pip --version
4040
- tox --version
41-
- |
42-
set -ex
43-
if [[ $TRAVIS_PYTHON_VERSION == 'pypy3' ]]; then
44-
(cd $HOME
45-
wget https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.1.1-linux64.tar.bz2
46-
tar xf pypy3*.tar.bz2
47-
pypy3*/bin/pypy3 -m ensurepip
48-
pypy3*/bin/pypy3 -m pip install -U virtualenv)
49-
export PATH=$(echo $HOME/pypy3*/bin):$PATH
50-
export TOXPYTHON=$(echo $HOME/pypy3*/bin/pypy3)
51-
fi
52-
set +x starting
5341
- |
5442
set -ex
5543
if [[ $TOXENV == 'check' ]]; then

0 commit comments

Comments
 (0)