mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-05-05 14:14:42 +00:00
Add gh-action mapping.
This commit is contained in:
parent
b9320b41d9
commit
1ebc2a23ea
1 changed files with 8 additions and 0 deletions
8
tox.ini
8
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue