Skip to content

Commit

Permalink
testing tox-gh
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Jul 24, 2024
1 parent b6a95e8 commit 4eb7b46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox-gh>=1.2
pip install tox-gh>=1.2 django
- name: Setup test suite
run: tox -vv --notest
- name: Run test suite
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
description-file = README.rst
description_file = README.rst

[bdist_wheel]
universal = 1
Expand Down

0 comments on commit 4eb7b46

Please sign in to comment.