Skip to content

Commit

Permalink
updates tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Jan 31, 2024
1 parent 8e887e9 commit b1dd950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
version = concurrency.VERSION
# The full version, including alpha/beta/rc tags.
release = concurrency.VERSION
next_version = '1.5'
next_version = '2.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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]
envlist = d{32,42,50}-py{310,311}-{pg,sqlite,mysql}
envlist = d{32,42,50}-py{310,311}-{pg,sqlite,mysql},docs,lint,package


[pytest]
Expand Down

0 comments on commit b1dd950

Please sign in to comment.