Let's not run integration tests as part of unit tests.

This commit is contained in:
Itamar Turner-Trauring 2021-05-13 10:19:11 -04:00
parent d80b6d6c56
commit 914f1d171c

@ -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