Kaynağa Gözat

Merge branch 'master' of https://github.com/CloudVE/cloudbridge

almahmoud 7 yıl önce
ebeveyn
işleme
6e310508c7
3 değiştirilmiş dosya ile 21 ekleme ve 38 silme
  1. 0 8
      .travis.yml
  2. 20 28
      README.rst
  3. 1 2
      setup.py

+ 0 - 8
.travis.yml

@@ -27,14 +27,6 @@ matrix:
     env: TOX_ENV=py36-gce
   - python: 3.6
     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:
   global:
     - PYTHONUNBUFFERED=True

+ 20 - 28
README.rst

@@ -20,47 +20,39 @@ to write conditional code for each cloud.
 
 .. |aws-py27| image:: https://travis-matrix-badges.herokuapp.com/repos/CloudVE/cloudbridge/branches/master/1
               :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/5
               :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
-             :target: https://travis-ci.org/CloudVE/cloudbridge
-.. |os-py36| image:: https://travis-matrix-badges.herokuapp.com/repos/CloudVE/cloudbridge/branches/master/6
-             :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
                 :target: https://travis-ci.org/CloudVE/cloudbridge/branches
-.. |azure-py36| image:: https://travis-matrix-badges.herokuapp.com/repos/CloudVE/cloudbridge/branches/master/5
-                :target: https://travis-ci.org/CloudVE/cloudbridge/branches
-.. |azure-pypy| image:: https://travis-matrix-badges.herokuapp.com/repos/CloudVE/cloudbridge/branches/master/8
+.. |azure-py36| image:: https://travis-matrix-badges.herokuapp.com/repos/CloudVE/cloudbridge/branches/master/6
                 :target: https://travis-ci.org/CloudVE/cloudbridge/branches
 
-.. |gce-py27| image:: https://travis-matrix-badges.herokuapp.com/repos/CloudVE/cloudbridge/branches/gce/3
-              :target: https://travis-ci.org/CloudVE/cloudbridge/branches
-.. |gce-py36| image:: https://travis-matrix-badges.herokuapp.com/repos/CloudVE/cloudbridge/branches/gce/6
+.. |gce-py27| image:: https://travis-matrix-badges.herokuapp.com/repos/CloudVE/cloudbridge/branches/master/3
               :target: https://travis-ci.org/CloudVE/cloudbridge/branches
-.. |gce-pypy| image:: https://travis-matrix-badges.herokuapp.com/repos/CloudVE/cloudbridge/branches/gce/9
+.. |gce-py36| image:: https://travis-matrix-badges.herokuapp.com/repos/CloudVE/cloudbridge/branches/master/7
               :target: https://travis-ci.org/CloudVE/cloudbridge/branches
 
+.. |os-py27| image:: https://travis-matrix-badges.herokuapp.com/repos/CloudVE/cloudbridge/branches/master/4
+             :target: https://travis-ci.org/CloudVE/cloudbridge
+.. |os-py36| image:: https://travis-matrix-badges.herokuapp.com/repos/CloudVE/cloudbridge/branches/master/8
+             :target: https://travis-ci.org/CloudVE/cloudbridge
+
 
 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
 ~~~~~~~~~~~~

+ 1 - 2
setup.py

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