commit: ab8217c8ebb6bf340c62b195168015c8d8c4a7ab
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 8 08:06:19 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Feb 8 08:07:55 2017 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=ab8217c8
.travis.yml: test python 3.6
.travis.yml | 1 +
repoman/runtests | 1 +
runtests | 1 +
3 files changed, 3 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index ded5893c8..7fe3c06aa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ python:
- 3.3
- 3.4
- 3.5
+ - 3.6
- pypy
# command to install dependencies
diff --git a/repoman/runtests b/repoman/runtests
index 599eddab6..53eb64510 100755
--- a/repoman/runtests
+++ b/repoman/runtests
@@ -31,6 +31,7 @@ PYTHON_SUPPORTED_VERSIONS = [
PYTHON_NICE_VERSIONS = [
'pypy',
'3.5',
+ '3.6',
]
EPREFIX = os.environ.get('PORTAGE_OVERRIDE_EPREFIX', '/')
diff --git a/runtests b/runtests
index 913576893..64e62bb69 100755
--- a/runtests
+++ b/runtests
@@ -31,6 +31,7 @@ PYTHON_SUPPORTED_VERSIONS = [
PYTHON_NICE_VERSIONS = [
'pypy',
'3.5',
+ '3.6',
]
EPREFIX = os.environ.get('PORTAGE_OVERRIDE_EPREFIX', '/')