Remove pypy support

Zaqar client is depending on keystone client and openstack client,
both of them don't support pypy. And our pypy gate is always failed,
and we don't have enough resource to fix it. So this patch is going
to remove the pypy support for zaqar client.

Change-Id: I9fc5694143dc7404cb7a4d7426cfaa8692f2f4d9
This commit is contained in:
Fei Long Wang 2016-03-10 09:25:00 +13:00
parent 3152321c7a
commit 20f54aab89
2 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,6 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: Implementation :: PyPy
[global]
setup-hooks =

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py34,py27,pypy,pep8
envlist = py34,py27,pep8
skipsdist = True
[testenv]