build docs with python 3
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/28bea530 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/28bea530 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/28bea530 Branch: refs/heads/trunk Commit: 28bea53093e1165a69ba3b07793ba267d73712f9 Parents: ad33bf7 Author: Anthony Shaw <anthonys...@apache.org> Authored: Mon Aug 21 11:50:01 2017 +1000 Committer: Anthony Shaw <anthonys...@apache.org> Committed: Mon Aug 21 11:50:01 2017 +1000 ---------------------------------------------------------------------- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/28bea530/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index b125b9e..a6c64df 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,8 @@ commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py python setup.py test basepython = py2.6: python2.6 - {py2.7,lint,pylint,docs,coverage}: python2.7 + {py2.7,lint,pylint,coverage}: python2.7 + docs: python3.6 pypypy: pypy pypypy3: pypy3 py3.3: python3.3