Skip to content

Commit f3b42fe

Browse files
add tox-gh-actions package
1 parent 418522e commit f3b42fe

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Install tox
5050
run: |
51-
pip install flake8 tox 'coverage<5' coveralls
51+
pip install flake8 tox tox-gh-actions 'coverage<5' coveralls
5252
5353
- name: Run tox and coverage
5454
run: |

tox.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ toxworkdir = {homedir}/.toxenvs/django-click
66
envlist =
77
dj{22,31,32},flake8
88

9+
[gh-actions]
10+
django =
11+
2.2: dj22
12+
3.1: dj31
13+
3.2: dj32
14+
915
[testenv]
1016
usedevelop = true
1117
passenv = LC_ALL, LANG, LC_CTYPE

0 commit comments

Comments
 (0)