Add gh-action mapping.

This commit is contained in:
Jannis Leidel 2020-11-25 21:01:53 +01:00
parent b9320b41d9
commit 1ebc2a23ea
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

@ -17,6 +17,14 @@ commands =
coverage run setup.py test
coverage xml
[gh-actions]
python =
2.7: py27
3.5: py35
3.6: py36
3.7: py37
3.8: py38
[testenv:bandit]
description = PyCQA security linter
deps = bandit<1.6