You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2017/05/02 05:12:19 UTC

[09/12] libcloud git commit: pypy3 update

pypy3 update


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/e7bcec60
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/e7bcec60
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/e7bcec60

Branch: refs/heads/trunk
Commit: e7bcec60157d2337dae9467184a82a2f22b8dd2b
Parents: 57f9bf8
Author: Anthony Shaw <an...@apache.org>
Authored: Mon Apr 24 15:06:10 2017 +1000
Committer: Anthony Shaw <an...@apache.org>
Committed: Mon Apr 24 15:06:10 2017 +1000

----------------------------------------------------------------------
 tox.ini | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/e7bcec60/tox.ini
----------------------------------------------------------------------
diff --git a/tox.ini b/tox.ini
index bde486e..59bddf2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@ deps =
 set-env =
     COVERALLS_REPO_TOKEN = GAB5ZuovdsVEFxSIyZE8YhDYU886iGW54
 commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
-           py.test
+           python setup.py test
 basepython =
     py2.6: python2.6
     {py2.7,lint,pylint,docs,coverage}: python2.7
@@ -23,11 +23,9 @@ basepython =
     py3.6: python3.6
 whitelist_externals = cp
 
-[testenv:pypy3]
+[testenv:pypypy3]
 commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
            python -m unittest discover libcloud/test
-basepython =
-    pypypy3: pypy3
 
 # Explicitly spell out all environments to test with builtin xml and lxml,
 # as it seems I can't use the following: