We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7671d6f commit 68cfdb4Copy full SHA for 68cfdb4
1 file changed
.github/workflows/python-unit-tests.yaml
@@ -28,7 +28,6 @@ jobs:
28
- name: Install tox
29
run: pip install -U tox-factor
30
- name: run tox
31
- run: tox -e '${{ matrix.python-version }}-{django21,django22,django30,django31,django32,
32
- psycopg2,flask,generic,sqlalchemy}'
+ run: tox -e '${{ matrix.python-version }}-{django21,django22,django30,django31,django32,psycopg2,flask,generic,sqlalchemy}'
33
working-directory: ./python/sqlcommenter-python
34
0 commit comments