Skip to content

Commit bc4b09d

Browse files
blueyedionelmc
authored andcommitted
fixup! ci: Travis: dist=xenial
1 parent f37cebc commit bc4b09d

1 file changed

Lines changed: 6 additions & 33 deletions

File tree

.travis.yml

Lines changed: 6 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -47,36 +47,30 @@ matrix:
4747
env:
4848
- TOXENV=py36-t41-c45
4949
- python: '3.7'
50-
dist: xenial
51-
sudo: required
5250
env:
5351
- TOXENV=py37-t310-c45
5452
- python: '3.7'
55-
dist: xenial
56-
sudo: required
5753
env:
5854
- TOXENV=py37-t40-c45
5955
- python: '3.7'
60-
dist: xenial
61-
sudo: required
6256
env:
6357
- TOXENV=py37-t41-c45
64-
- python: 'pypy'
58+
- python: 'pypy2.7-6.0'
6559
env:
6660
- TOXENV=pypy-t310-c45
67-
- python: 'pypy'
61+
- python: 'pypy2.7-6.0'
6862
env:
6963
- TOXENV=pypy-t40-c45
70-
- python: 'pypy'
64+
- python: 'pypy2.7-6.0'
7165
env:
7266
- TOXENV=pypy-t41-c45
73-
- python: 'pypy3'
67+
- python: 'pypy3.5-6.0'
7468
env:
7569
- TOXENV=pypy3-t310-c45
76-
- python: 'pypy3'
70+
- python: 'pypy3.5-6.0'
7771
env:
7872
- TOXENV=pypy3-t40-c45
79-
- python: 'pypy3'
73+
- python: 'pypy3.5-6.0'
8074
env:
8175
- TOXENV=pypy3-t41-c45
8276
before_install:
@@ -89,27 +83,6 @@ install:
8983
- easy_install --version
9084
- pip --version
9185
- tox --version
92-
- |
93-
set -ex
94-
if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then
95-
(cd $HOME
96-
wget https://bitbucket.org/pypy/pypy/downloads/pypy2-v6.0.0-linux64.tar.bz2
97-
tar xf pypy2-*.tar.bz2
98-
pypy2-*/bin/pypy -m ensurepip
99-
pypy2-*/bin/pypy -m pip install -U virtualenv)
100-
export PATH=$(echo $HOME/pypy2-*/bin):$PATH
101-
export TOXPYTHON=$(echo $HOME/pypy2-*/bin/pypy)
102-
fi
103-
if [[ $TRAVIS_PYTHON_VERSION == 'pypy3' ]]; then
104-
(cd $HOME
105-
wget https://bitbucket.org/pypy/pypy/downloads/pypy3-v6.0.0-linux64.tar.bz2
106-
tar xf pypy3-*.tar.bz2
107-
pypy3-*/bin/pypy3 -m ensurepip
108-
pypy3-*/bin/pypy3 -m pip install -U virtualenv)
109-
export PATH=$(echo $HOME/pypy3-*/bin):$PATH
110-
export TOXPYTHON=$(echo $HOME/pypy3-*/bin/pypy3)
111-
fi
112-
set +x
11386
script:
11487
- tox -v
11588
after_failure:

0 commit comments

Comments
 (0)