Disable pypy build in Travis

Because it stopped working.
master
Ilya Etingof 2018-11-03 19:44:02 +01:00
parent e425da2a0f
commit acd16a65f8
1 changed files with 8 additions and 8 deletions

View File

@ -26,14 +26,14 @@ matrix:
dist: xenial dist: xenial
sudo: false sudo: false
python: 'nightly' python: 'nightly'
- os: linux # - os: linux
dist: xenial # dist: xenial
sudo: false # sudo: false
python: 'pypy' # python: 'pypy'
- os: linux # - os: linux
dist: xenial # dist: xenial
sudo: false # sudo: false
python: 'pypy3' # python: 'pypy3'
install: install:
- pip install -r requirements.txt -r devel-requirements.txt -r extra-requirements.txt - pip install -r requirements.txt -r devel-requirements.txt -r extra-requirements.txt
- pip install -e . - pip install -e .