From a68934cdd224d66519e881087606d2c6856f2215 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Thu, 28 Nov 2019 17:18:05 +0100 Subject: [PATCH] [setup] Remove gh-actions. --- setup.cfg | 6 ------ 1 file changed, 6 deletions(-) diff --git a/setup.cfg b/setup.cfg index cdf48f5..535bf67 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,12 +18,6 @@ ignore_missing_imports = True [tox] envlist = py35,py36,py37,py36-lint -[gh-actions] -python = - 3.5: py35 - 3.6: py36, py36-lint - 3.7: py37 - [testenv] deps = pytest