URL: https://github.com/freeipa/freeipa/pull/1331
Author: tiran
 Title: #1331: [Backport][ipa-4-6] Use Python 3 on Travis
Action: opened

PR body:
"""
This PR was opened automatically because PR #1303 was pushed to master and 
backport to ipa-4-6 is required.
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1331/head:pr1331
git checkout pr1331
From 79f3097ed5f495e332226d3e2f71f7fb925595c6 Mon Sep 17 00:00:00 2001
From: Christian Heimes <chei...@redhat.com>
Date: Mon, 20 Nov 2017 09:14:42 +0100
Subject: [PATCH] Use Python 3 on Travis

Removes Travis workaround "group: deprecated-2017Q3"

Signed-off-by: Christian Heimes <chei...@redhat.com>
---
 .travis.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 4b81d8a3b2..d6fbb553c8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,9 @@
 language: python
-group: deprecated-2017Q3
 services:
     - docker
 
 python:
-    - "2.7"
+    - "3.6"
 cache: pip
 env:
     global:
@@ -50,9 +49,8 @@ env:
         - TASK_TO_RUN="tox"
           TEST_RUNNER_CONFIG=".test_runner_config.yaml"
 install:
-    - pip install --upgrade pip
     - pip3 install --upgrade pip
-    - pip install pycodestyle
+    - pip3 install pycodestyle
     - >
       pip3 install
       git+https://github.com/freeipa/ipa-docker-test-runner@release-0-2-2
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org

Reply via email to