From c468e32012904f522dd4860051b0a2ee80247a23 Mon Sep 17 00:00:00 2001 From: Christian Heimes 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 Reviewed-By: Stanislav Laznicka --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4b81d8a3b..d6fbb553c 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