URL: https://github.com/freeipa/freeipa/pull/1730
Author: stlaz
 Title: #1730: Remove py35 env from tox testing
Action: opened

PR body:
"""
Ever since fa94ef04, only Python3 versions >=3.6 are supported.
Removing py35 env from tox tests.
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1730/head:pr1730
git checkout pr1730
From 3be5c5d7f1719880f9f1066fb8bbc635b1423622 Mon Sep 17 00:00:00 2001
From: Stanislav Laznicka <slazn...@redhat.com>
Date: Fri, 23 Mar 2018 12:22:28 +0100
Subject: [PATCH] Remove py35 env from tox testing

Ever since fa94ef04, only Python3 versions >=3.6 are supported.
Removing py35 env from tox tests.
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 2d445251b9..2e44f359cc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 minversion=2.3.1
-envlist=py27,py35,py36,pylint2,pylint3,pypi
+envlist=py27,py36,pylint2,pylint3,pypi
 skip_missing_interpreters=true
 skipsdist=true
 
_______________________________________________
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