We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tox-gh-actions
1 parent 418522e commit f3b42feCopy full SHA for f3b42fe
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Install tox
50
run: |
51
- pip install flake8 tox 'coverage<5' coveralls
+ pip install flake8 tox tox-gh-actions 'coverage<5' coveralls
52
53
- name: Run tox and coverage
54
tox.ini
@@ -6,6 +6,12 @@ toxworkdir = {homedir}/.toxenvs/django-click
6
envlist =
7
dj{22,31,32},flake8
8
9
+[gh-actions]
10
+django =
11
+ 2.2: dj22
12
+ 3.1: dj31
13
+ 3.2: dj32
14
+
15
[testenv]
16
usedevelop = true
17
passenv = LC_ALL, LANG, LC_CTYPE
0 commit comments