From 914f1d171cf241b3c55b69f1572a9b9f7ba28011 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Thu, 13 May 2021 10:19:11 -0400 Subject: [PATCH] Let's not run integration tests as part of unit tests. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8ffba7713..ca5a2c689 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ [gh-actions] python = 2.7: py27-coverage,codechecks - 3.6: py36-coverage,integration3 + 3.6: py36-coverage 3.7: py37-coverage 3.8: py38-coverage 3.9: py39-coverage,typechecks,codechecks3