Skip to content

Commit e9ae2c6

Browse files
atodorovcarlio
authored andcommitted
Adjust how we build TOXENV in CI
run tests for only 1 Python + Django combination
1 parent 07be719 commit e9ae2c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
python-version: [3.6, 3.7, 3.8, 3.9]
42-
django-version: [master, 3.2, 3.1, 3.0, 2.0, 1.11]
42+
django-version: [-master, 3.2, 3.1, 3.0, 2.0, 1.11]
4343

4444
steps:
4545
- uses: actions/checkout@v2
@@ -55,6 +55,7 @@ jobs:
5555
5656
export DJANGO=${{ matrix.django-version }}
5757
export PYTHON=${{ matrix.python-version }}
58+
export TOXENV=$(echo py${{ matrix.python-version }}-django${{ matrix.django-version }} | tr -d .)
5859
tox
5960
6061
- name: Coveralls

0 commit comments

Comments
 (0)