summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2016-12-14 15:09:24 -0800
committerAsk Solem <ask@celeryproject.org>2016-12-14 15:09:24 -0800
commitc51e0f29df030e754098785a985357a81bb6d76a (patch)
treecb3db186553ce27daa023692caa87a514c3b88f1
parent2027be290824216e328828829c4845e7463d88e1 (diff)
downloadpy-amqp-c51e0f29df030e754098785a985357a81bb6d76a.tar.gz
CI: Removes pypy3 from build matrix
-rw-r--r--.travis.yml3
-rw-r--r--tox.ini2
2 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 5af5049..800b3d3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,15 +11,12 @@ env:
- TOXENV=3.4
- TOXENV=pypy
- TOXENV=3.5
- - TOXENV=pypy3
- TOXENV=flake8
- TOXENV=flakeplus
- TOXENV=pydocstyle
- TOXENV=apicheck
matrix:
- allow_failures:
- - env: TOXENV=pypy3
fast_finish: true
install: travis_retry pip install -U tox
diff --git a/tox.ini b/tox.ini
index 6aefa24..3156037 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,6 @@ envlist =
pypy
3.4
3.5
- pypy3
flake8
flakeplus
apicheck
@@ -27,7 +26,6 @@ basepython =
3.4: python3.4
3.5: python3.5
pypy: pypy
- pypy3: pypy3
[testenv:apicheck]
commands =