Repository: libcloud Updated Branches: refs/heads/trunk e0a46319d -> ff3dd5c33
Add Python 3.7 to tox and Travis. Signed-off-by: Quentin Pradet <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/596b01ad Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/596b01ad Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/596b01ad Branch: refs/heads/trunk Commit: 596b01ad7d2ef9123ed65cc210c940e3c904c8ee Parents: e0a4631 Author: Andrew Starr-Bochicchio <[email protected]> Authored: Tue Jul 17 17:41:01 2018 -0400 Committer: Quentin Pradet <[email protected]> Committed: Thu Aug 30 05:12:41 2018 +0400 ---------------------------------------------------------------------- .travis.yml | 1 + setup.py | 1 + tox.ini | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/596b01ad/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 92e3301..5cfce61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - 3.4 - 3.5 - 3.6 + - 3.7 - pypy - pypy3 os: http://git-wip-us.apache.org/repos/asf/libcloud/blob/596b01ad/setup.py ---------------------------------------------------------------------- diff --git a/setup.py b/setup.py index 383fd98..9b5728d 100644 --- a/setup.py +++ b/setup.py @@ -166,6 +166,7 @@ setup( 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy' ] http://git-wip-us.apache.org/repos/asf/libcloud/blob/596b01ad/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index b6706eb..bafba56 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{2.7,pypy,pypy3,3.4,3.5,3.6},checks,lint,pylint,integration,coverage +envlist = py{2.7,pypy,pypy3,3.4,3.5,3.6,3.7},checks,lint,pylint,integration,coverage [testenv] passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH @@ -18,6 +18,7 @@ basepython = py3.4: python3.4 py3.5: python3.5 py3.6: python3.6 + py3.7: python3.7 whitelist_externals = cp bash scripts/*.sh
