Skip to content

Commit b1dd950

Browse files
committed
updates tox.ini
1 parent 8e887e9 commit b1dd950

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
version = concurrency.VERSION
8282
# The full version, including alpha/beta/rc tags.
8383
release = concurrency.VERSION
84-
next_version = '1.5'
84+
next_version = '2.6'
8585

8686
# The language for content autogenerated by Sphinx. Refer to documentation
8787
# for a list of supported languages.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = d{32,42,50}-py{310,311}-{pg,sqlite,mysql}
2+
envlist = d{32,42,50}-py{310,311}-{pg,sqlite,mysql},docs,lint,package
33

44

55
[pytest]

0 commit comments

Comments
 (0)