Skip to content

Commit

Permalink
Update tox.ini (#688)
Browse files Browse the repository at this point in the history
* Update tox.ini

* Update release.yml
  • Loading branch information
jamaalscarlett authored Aug 15, 2023
1 parent 4796be6 commit 184391b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
if: github.repository == 'jazzband/django-push-notifications'
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
skipsdist = True
skipsdist = False
usedevelop = true
envlist =
py{36,37,38,39}-dj{22,32}
Expand Down

0 comments on commit 184391b

Please sign in to comment.