summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-11-03 19:44:02 +0100
committerIlya Etingof <etingof@gmail.com>2018-11-03 19:44:02 +0100
commitacd16a65f89b0165b881c4f33ee5802607583c3f (patch)
tree58d5c3e211da3c1d7a3bbd744bff6afa310c1e99 /.travis.yml
parente425da2a0f9583c8e43302fe07e28f37c41e17cf (diff)
downloadpysnmp-git-acd16a65f89b0165b881c4f33ee5802607583c3f.tar.gz
Disable pypy build in Travis
Because it stopped working.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 9cdb7ae1..0911b655 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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 .