qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 3/4] Travis CI: make specified Python versions u


From: Philippe Mathieu-Daudé
Subject: Re: [Qemu-devel] [PATCH 3/4] Travis CI: make specified Python versions usable on jobs
Date: Fri, 9 Nov 2018 20:34:08 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1

On 9/11/18 16:07, Cleber Rosa wrote:
For the two Python jobs, which seem to have the goal of making sure
QEMU builds successfully on the 3.0-3.6 spectrum of Python 3 versions,
the specified version is only applicable if a Python virtual
environment is used.  To do that, it's necessary to define the
(primary?) language of the job to be Python.

Also, Travis doesn't have a 3.0 Python installation available for the
chosen distro, 3.2 being the lower version available.

Reference: 
https://docs.travis-ci.com/user/languages/python/#specifying-python-versions

On this link the lower version available is 3.3, isnt' it?

Signed-off-by: Cleber Rosa <address@hidden>
---
  .travis.yml | 4 +++-
  1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index aa49c7b114..5c18d3e268 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -112,9 +112,11 @@ matrix:
        compiler: clang
      # Python builds
      - env: CONFIG="--target-list=x86_64-softmmu"
+      language: python
        python:
-        - "3.0"
+        - "3.2"
      - env: CONFIG="--target-list=x86_64-softmmu"
+      language: python
        python:
          - "3.6"
      # Acceptance (Functional) tests




reply via email to

[Prev in Thread] Current Thread [Next in Thread]