Skip to content

Commit

Permalink
Merge pull request #2 from nicozanf/3.8
Browse files Browse the repository at this point in the history
test test 3.8
  • Loading branch information
nicozanf authored Nov 29, 2024
2 parents 5438377 + 5f2bfe6 commit d419c14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pyDAL changelog
===============

TEST2
Version 18.0

Released on December 27th 2019
Expand Down
2 changes: 1 addition & 1 deletion pydal/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
)
)


# TESTING
class MetaDAL(type):
def __call__(cls, *args, **kwargs):
#: intercept arguments for DAL customisation on call
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[tox]
envlist = {py27,pypy,pypy3,py33,py34,py35,py36}-{sqlite,mongo,mysql,oracle}, {py27,py33,py34}-{postgres,postgres3}, py27-{google,mssql}
envlist = {py38,py310}-{sqlite,mongo,mysql,oracle}, {py38,py310}-{postgres,postgres3}, {py38,py310}-{google,mssql}
skipsdist = True

[testenv]
passenv = ORACLE_HOME ORACLE_BASE LD_LIBRARY_PATH NLS_LANG ORACLE_SID
Expand Down

0 comments on commit d419c14

Please sign in to comment.