Another fix

This commit is contained in:
Gonçalo Valério 2021-01-20 17:53:18 +00:00
parent fb423dcf83
commit 06af267e16
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
run: pip install -r requirements_test.txt
- name: Run Tests
run: tox -e py${{ matrix.python_version }}-${{ matrix.django_version }}
run: tox -e py${{ matrix.python_version }}-django${{ matrix.django_version }}
- name: Coveralls
uses: coverallsapp/github-action@v1.1.2