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
sudo: false
python: 'nightly'
- os: linux
dist: xenial
sudo: false
python: 'pypy'
- os: linux
dist: xenial
sudo: false
python: 'pypy3'
# - os: linux
# dist: xenial
# sudo: false
# python: 'pypy'
# - os: linux
# dist: xenial
# sudo: false
# python: 'pypy3'
install:
- pip install -r requirements.txt -r devel-requirements.txt -r extra-requirements.txt
- pip install -e .