Codebase list python-cx-oracle / 27755c4a-f4df-41f7-936c-6d0403831e7b/upstream tox.ini
27755c4a-f4df-41f7-936c-6d0403831e7b/upstream

Tree @27755c4a-f4df-41f7-936c-6d0403831e7b/upstream (Download .tar.gz)

tox.ini @27755c4a-f4df-41f7-936c-6d0403831e7b/upstreamraw · history · blame

[tox]
envlist = py{36,37,38,39}

[testenv]
commands = {envpython} -m unittest discover -v -s test
passenv =
    CX_ORACLE_TEST_MAIN_USER
    CX_ORACLE_TEST_MAIN_PASSWORD
    CX_ORACLE_TEST_PROXY_USER
    CX_ORACLE_TEST_PROXY_PASSWORD
    CX_ORACLE_TEST_CONNECT_STRING
    CX_ORACLE_TEST_ADMIN_USER
    CX_ORACLE_TEST_ADMIN_PASSWORD
    DPI_DEBUG_LEVEL
    ORACLE_HOME