public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/portage:master commit in: /, repoman/
Date: Tue, 15 Oct 2019 15:03:01 +0000 (UTC)	[thread overview]
Message-ID: <1571151756.a934cafcf928b9e8cf2aaf749dca68fa6fa689d7.mrueg@gentoo> (raw)

commit:     a934cafcf928b9e8cf2aaf749dca68fa6fa689d7
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 14 23:22:57 2019 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Oct 15 15:02:36 2019 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=a934cafc

Add python-3.8, drop python-3.4 from testing

Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>

 .travis.yml      | 15 +++++----------
 repoman/runtests |  6 +++---
 runtests         |  6 +++---
 tox.ini          |  9 ++++-----
 4 files changed, 15 insertions(+), 21 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ab0b8d304..b1b4bf26b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,18 +1,12 @@
 language: python
 python:
     - 2.7
-    - 3.4
     - 3.5
     - 3.6
+    - 3.7
+    - 3.8-dev
     - pypy
 
-# See https://github.com/travis-ci/travis-ci/issues/9815
-matrix:
-  include:
-    - python: 3.7
-      dist: xenial
-      sudo: required
-
 # command to install dependencies
 install:
     - pip install tox
@@ -21,8 +15,9 @@ script:
     - printf "[build_ext]\nportage-ext-modules=true" >> setup.cfg
     - ./setup.py test
     - ./setup.py install --root=/tmp/install-root
-    - if [[ ${TRAVIS_PYTHON_VERSION} == ?.? ]]; then
-        tox -e py${TRAVIS_PYTHON_VERSION/./};
+    - if [[ ${TRAVIS_PYTHON_VERSION/-dev/} == ?.? ]]; then
+        TOX_PYTHON_VERSION=${TRAVIS_PYTHON_VERSION/-dev/};
+        tox -e py${TOX_PYTHON_VERSION/./};
       else
         tox -e ${TRAVIS_PYTHON_VERSION};
       fi

diff --git a/repoman/runtests b/repoman/runtests
index e208ab61d..1ef52f482 100755
--- a/repoman/runtests
+++ b/repoman/runtests
@@ -24,14 +24,14 @@ import tempfile
 # These are the versions we fully support and require to pass tests.
 PYTHON_SUPPORTED_VERSIONS = [
 	'2.7',
-	'3.4',
 	'3.5',
-	'3.6'
+	'3.6',
+	'3.7'
 ]
 # The rest are just "nice to have".
 PYTHON_NICE_VERSIONS = [
 	'pypy',
-	'3.7'
+	'3.8'
 ]
 
 EPREFIX = os.environ.get('PORTAGE_OVERRIDE_EPREFIX', '/')

diff --git a/runtests b/runtests
index 7c3ebb1ca..50d7b8251 100755
--- a/runtests
+++ b/runtests
@@ -24,14 +24,14 @@ import tempfile
 # These are the versions we fully support and require to pass tests.
 PYTHON_SUPPORTED_VERSIONS = [
 	'2.7',
-	'3.4',
 	'3.5',
-	'3.6'
+	'3.6',
+	'3.7'
 ]
 # The rest are just "nice to have".
 PYTHON_NICE_VERSIONS = [
 	'pypy',
-	'3.7'
+	'3.8'
 ]
 
 EPREFIX = os.environ.get('PORTAGE_OVERRIDE_EPREFIX', '/')

diff --git a/tox.ini b/tox.ini
index f49bd413f..378ff01e3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,15 +1,14 @@
 [tox]
-envlist = py27,py34,py35,py36,py37,pypy,pypy3
+envlist = py27,py35,py36,py37,py38,pypy,pypy3
 skipsdist = True
 
 [testenv]
 deps =
 	pygost
 	pyyaml
-	py34: lxml!=4.2.0,<4.4.0
-	py27,py35,py36,py37,pypy,pypy3: lxml!=4.2.0
-	py27,py34,py35,pypy: pyblake2
-	py27,py34,py35,pypy: pysha3
+	py27,py35,py36,py37,py38,pypy,pypy3: lxml!=4.2.0
+	py27,py35,pypy: pyblake2
+	py27,py35,pypy: pysha3
 setenv =
 	PYTHONPATH={toxinidir}/lib
 commands =


             reply	other threads:[~2019-10-15 15:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-15 15:03 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-12-31  1:03 [gentoo-commits] proj/portage:master commit in: /, repoman/ Zac Medico
2017-02-08  8:28 Zac Medico
2016-05-15 23:51 Brian Dolbec
2016-05-15 19:35 [gentoo-commits] proj/portage:repoman commit in: repoman/, / Brian Dolbec
2016-05-15 23:51 ` [gentoo-commits] proj/portage:master commit in: /, repoman/ Brian Dolbec
2016-05-14 18:33 [gentoo-commits] proj/portage:repoman " Brian Dolbec
2016-05-15 23:51 ` [gentoo-commits] proj/portage:master " Brian Dolbec

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1571151756.a934cafcf928b9e8cf2aaf749dca68fa6fa689d7.mrueg@gentoo \
    --to=mrueg@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox