aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-02-08 00:06:19 -0800
committerZac Medico <zmedico@gentoo.org>2017-02-08 00:07:55 -0800
commitab8217c8ebb6bf340c62b195168015c8d8c4a7ab (patch)
tree0bbd0d9ed4832ec79d7716a00519ae514789ef88
parentSyncManager: rename async method to sync_async (bug 607922) (diff)
downloadportage-ab8217c8.tar.gz
portage-ab8217c8.tar.bz2
portage-ab8217c8.zip
.travis.yml: test python 3.6
-rw-r--r--.travis.yml1
-rwxr-xr-xrepoman/runtests1
-rwxr-xr-xruntests1
3 files changed, 3 insertions, 0 deletions
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', '/')