summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2020-03-22 18:14:05 +0100
committerIlya Etingof <etingof@gmail.com>2020-03-22 18:14:05 +0100
commit8bf73227dd64009d0812b28fd5877078c08c2c20 (patch)
treeb595756dfb20a4331d0e5dfa80deadc626e6c549
parent6b4520a83bad995125d1892f0d58f1869ee60ad1 (diff)
downloadpysnmp-git-release-4.4.13.tar.gz
Disable Travis pypy jobsrelease-4.4.13
Can't figure how to run them properly.
-rw-r--r--.travis.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index b03ea61f..680c21d9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,10 +16,11 @@ matrix:
env: TOXENV=py37-functest,docs,build
- python: '3.8'
env: TOXENV=py38-functest
- - python: 'pypy2.7'
- env: TOXENV=pypy-functest
- - python: 'pypy3.5'
- env: TOXENV=pypy3-functest
+# TODO: figure out how to run pypy jobs
+# - python: 'pypy2.7'
+# env: TOXENV=pypy-functest
+# - python: 'pypy3.5'
+# env: TOXENV=pypy3-functest
install:
- pip install tox
script: