commit:     8c8235ce2434f44bdbb3bf6785d16acac8639e65
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 16:09:30 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 16:10:56 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8c8235ce

.travis.yml: Bump to portage-3.0.1 and switch to py3.8

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 582392d03d..b66482d2b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,9 +4,9 @@
 #
 language: python
 python:
-    - pypy
+    - "3.8"
 env:
-    - PORTAGE_VER="2.3.62"
+    - PORTAGE_VER="3.0.1"
 before_install:
     - sudo apt-get -qq update
     - pip install lxml pyyaml

Reply via email to