summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-04-12 20:41:23 +0200
committerAndreas Jaeger <aj@suse.com>2020-04-12 20:41:23 +0200
commitf9f2090a025afc5e11cc889b5a31d159f78aaaa2 (patch)
tree5997760ebed5929bdce6aa0388afddf52be589b2 /tox.ini
parent78edffa46c591fdc53f253b343e1ea144e24089d (diff)
downloadpython-swiftclient-f9f2090a025afc5e11cc889b5a31d159f78aaaa2.tar.gz
Drop pypy testing
The pypy job is always failing, drop it. Change-Id: Ibc80d23846b364bfcd82043430ef71ad4b6e271b
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 002d24c..2b4f6e3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py37,pypy,pep8
+envlist = py27,py37,pep8
minversion = 2.0
skipsdist = True