summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-04-16 18:09:42 +0200
committerAndreas Jaeger <aj@suse.com>2020-04-17 10:13:23 +0200
commit8c7735d7acc1962e410af2d0d2d2be8e756f395f (patch)
tree9e6a1cc4aff49a900f0faf16fe8cfc7223413b1f
parent0d678d9ad2c889c32c3704f06f1d2cb247c72c48 (diff)
downloadpython-saharaclient-8c7735d7acc1962e410af2d0d2d2be8e756f395f.tar.gz
Remove pypy job
Pypy is not tested in OpenStack anymore, remove the job. Change-Id: Iddd69443f93512b843babd880398dd2575c115e7
-rw-r--r--.zuul.yaml3
-rw-r--r--tox.ini2
2 files changed, 1 insertions, 4 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index a9f96be..9cd4fca 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -20,9 +20,6 @@
- python-saharaclient-scenario-v2
- python-saharaclient-tempest
- python-saharaclient-tempest-v2
- experimental:
- jobs:
- - openstack-tox-pypy
- job:
name: python-saharaclient-scenario
diff --git a/tox.ini b/tox.ini
index c2d5ece..ddcac2a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py37,pypy,pep8,releasenotes
+envlist = py37,pep8,releasenotes
minversion = 3.1.1
skipsdist = True
# this allows tox to infer the base python from the environment name