Codebase list python-cx-oracle / 8674997b-d6a5-4eb0-b42a-c586b2e2d40e/upstream tox.ini
8674997b-d6a5-4eb0-b42a-c586b2e2d40e/upstream

Tree @8674997b-d6a5-4eb0-b42a-c586b2e2d40e/upstream (Download .tar.gz)

tox.ini @8674997b-d6a5-4eb0-b42a-c586b2e2d40e/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