Skip to content

Commit 68cfdb4

Browse files
committed
Added support for all packages
1 parent 7671d6f commit 68cfdb4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/python-unit-tests.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
- name: Install tox
2929
run: pip install -U tox-factor
3030
- name: run tox
31-
run: tox -e '${{ matrix.python-version }}-{django21,django22,django30,django31,django32,
32-
psycopg2,flask,generic,sqlalchemy}'
31+
run: tox -e '${{ matrix.python-version }}-{django21,django22,django30,django31,django32,psycopg2,flask,generic,sqlalchemy}'
3332
working-directory: ./python/sqlcommenter-python
3433

0 commit comments

Comments
 (0)