Преглед изворни кода

Remove pypy as a build option due to lack of use

Nuwan Goonasekera пре 7 година
родитељ
комит
052b477c9d
3 измењених фајлова са 12 додато и 29 уклоњено
  1. 0 8
      .travis.yml
  2. 11 19
      README.rst
  3. 1 2
      setup.py

+ 0 - 8
.travis.yml

@@ -27,14 +27,6 @@ matrix:
     env: TOX_ENV=py36-gce
     env: TOX_ENV=py36-gce
   - python: 3.6
   - python: 3.6
     env: TOX_ENV=py36-openstack
     env: TOX_ENV=py36-openstack
-  - python: pypy-5.4
-    env: TOX_ENV=pypy-aws
-  - python: pypy-5.4
-    env: TOX_ENV=pypy-azure
-  - python: pypy-5.4
-    env: TOX_ENV=pypy-gce
-  - python: pypy-5.4
-    env: TOX_ENV=pypy-openstack
 env:
 env:
   global:
   global:
     - PYTHONUNBUFFERED=True
     - PYTHONUNBUFFERED=True

+ 11 - 19
README.rst

@@ -22,45 +22,37 @@ to write conditional code for each cloud.
               :target: https://travis-ci.org/CloudVE/cloudbridge
               :target: https://travis-ci.org/CloudVE/cloudbridge
 .. |aws-py36| image:: https://travis-matrix-badges.herokuapp.com/repos/CloudVE/cloudbridge/branches/master/4
 .. |aws-py36| image:: https://travis-matrix-badges.herokuapp.com/repos/CloudVE/cloudbridge/branches/master/4
               :target: https://travis-ci.org/CloudVE/cloudbridge
               :target: https://travis-ci.org/CloudVE/cloudbridge
-.. |aws-pypy| image:: https://travis-matrix-badges.herokuapp.com/repos/CloudVE/cloudbridge/branches/master/7
-              :target: https://travis-ci.org/CloudVE/cloudbridge
 
 
 .. |os-py27| image:: https://travis-matrix-badges.herokuapp.com/repos/CloudVE/cloudbridge/branches/master/3
 .. |os-py27| image:: https://travis-matrix-badges.herokuapp.com/repos/CloudVE/cloudbridge/branches/master/3
              :target: https://travis-ci.org/CloudVE/cloudbridge
              :target: https://travis-ci.org/CloudVE/cloudbridge
 .. |os-py36| image:: https://travis-matrix-badges.herokuapp.com/repos/CloudVE/cloudbridge/branches/master/6
 .. |os-py36| image:: https://travis-matrix-badges.herokuapp.com/repos/CloudVE/cloudbridge/branches/master/6
              :target: https://travis-ci.org/CloudVE/cloudbridge
              :target: https://travis-ci.org/CloudVE/cloudbridge
-.. |os-pypy| image:: https://travis-matrix-badges.herokuapp.com/repos/CloudVE/cloudbridge/branches/master/9
-             :target: https://travis-ci.org/CloudVE/cloudbridge
 
 
 .. |azure-py27| image:: https://travis-matrix-badges.herokuapp.com/repos/CloudVE/cloudbridge/branches/master/2
 .. |azure-py27| image:: https://travis-matrix-badges.herokuapp.com/repos/CloudVE/cloudbridge/branches/master/2
                 :target: https://travis-ci.org/CloudVE/cloudbridge/branches
                 :target: https://travis-ci.org/CloudVE/cloudbridge/branches
 .. |azure-py36| image:: https://travis-matrix-badges.herokuapp.com/repos/CloudVE/cloudbridge/branches/master/5
 .. |azure-py36| image:: https://travis-matrix-badges.herokuapp.com/repos/CloudVE/cloudbridge/branches/master/5
                 :target: https://travis-ci.org/CloudVE/cloudbridge/branches
                 :target: https://travis-ci.org/CloudVE/cloudbridge/branches
-.. |azure-pypy| image:: https://travis-matrix-badges.herokuapp.com/repos/CloudVE/cloudbridge/branches/master/8
-                :target: https://travis-ci.org/CloudVE/cloudbridge/branches
 
 
 .. |gce-py27| image:: https://travis-matrix-badges.herokuapp.com/repos/CloudVE/cloudbridge/branches/gce/3
 .. |gce-py27| image:: https://travis-matrix-badges.herokuapp.com/repos/CloudVE/cloudbridge/branches/gce/3
               :target: https://travis-ci.org/CloudVE/cloudbridge/branches
               :target: https://travis-ci.org/CloudVE/cloudbridge/branches
 .. |gce-py36| image:: https://travis-matrix-badges.herokuapp.com/repos/CloudVE/cloudbridge/branches/gce/6
 .. |gce-py36| image:: https://travis-matrix-badges.herokuapp.com/repos/CloudVE/cloudbridge/branches/gce/6
               :target: https://travis-ci.org/CloudVE/cloudbridge/branches
               :target: https://travis-ci.org/CloudVE/cloudbridge/branches
-.. |gce-pypy| image:: https://travis-matrix-badges.herokuapp.com/repos/CloudVE/cloudbridge/branches/gce/9
-              :target: https://travis-ci.org/CloudVE/cloudbridge/branches
 
 
 
 
 Build Status Tests
 Build Status Tests
 ~~~~~~~~~~~~~~~~~~
 ~~~~~~~~~~~~~~~~~~
 
 
-+--------------------------+--------------+--------------+--------------+
-| **Provider/Environment** | py27         | py36         | pypy         |
-+--------------------------+--------------+--------------+--------------+
-| **AWS**                  | |aws-py27|   | |aws-py36|   | |aws-pypy|   |
-+--------------------------+--------------+--------------+--------------+
-| **OpenStack**            | |os-py27|    | |os-py36|    | |os-pypy|    |
-+--------------------------+--------------+--------------+--------------+
-| **Azure**                | |azure-py27| | |azure-py36| | |azure-py36| |
-+--------------------------+--------------+--------------+--------------+
-| **GCE (alpha)**          | |gce-py27|   | |gce-py36|   | |gce-pypy|   |
-+--------------------------+--------------+--------------+--------------+
++--------------------------+--------------+--------------+
+| **Provider/Environment** | py27         | py36         |
++--------------------------+--------------+--------------+
+| **AWS**                  | |aws-py27|   | |aws-py36|   |
++--------------------------+--------------+--------------+
+| **OpenStack**            | |os-py27|    | |os-py36|    |
++--------------------------+--------------+--------------+
+| **Azure**                | |azure-py27| | |azure-py36| |
++--------------------------+--------------+--------------+
+| **GCE (alpha)**          | |gce-py27|   | |gce-py36|   |
++--------------------------+--------------+--------------+
 
 
 Installation
 Installation
 ~~~~~~~~~~~~
 ~~~~~~~~~~~~

+ 1 - 2
setup.py

@@ -93,7 +93,6 @@ setup(
         'Programming Language :: Python :: 3.4',
         'Programming Language :: Python :: 3.4',
         'Programming Language :: Python :: 3.5',
         'Programming Language :: Python :: 3.5',
         'Programming Language :: Python :: 3.6',
         'Programming Language :: Python :: 3.6',
-        'Programming Language :: Python :: Implementation :: CPython',
-        'Programming Language :: Python :: Implementation :: PyPy'],
+        'Programming Language :: Python :: Implementation :: CPython'],
     test_suite="test"
     test_suite="test"
 )
 )