changeset a366ffeb51bd in modules/stock_quantity_issue:default
details: 
https://hg.tryton.org/modules/stock_quantity_issue?cmd=changeset&node=a366ffeb51bd
description:
        Add missing py39 to tox
diffstat:

 tox.ini |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r bbc3f8162239 -r a366ffeb51bd tox.ini
--- a/tox.ini   Mon May 03 16:45:12 2021 +0200
+++ b/tox.ini   Wed May 05 12:03:03 2021 +0200
@@ -1,10 +1,10 @@
 [tox]
-envlist = {py36,py37,py38}-{sqlite,postgresql},pypy3-{sqlite,postgresql}
+envlist = {py36,py37,py38,py39}-{sqlite,postgresql},pypy3-{sqlite,postgresql}
 
 [testenv]
 commands = {envpython} setup.py test
 deps =
-    {py36,py37,py38}-postgresql: psycopg2 >= 2.5
+    {py36,py37,py38,py39}-postgresql: psycopg2 >= 2.5
     pypy3-postgresql: psycopg2cffi >= 2.5
     py36-sqlite: sqlitebck
 setenv =

Reply via email to