diff --git a/.drone.yml b/.drone.yml index e0bc2f7..9f91ecb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,8 +13,6 @@ pipeline: commands: - pip install tox - tox -e "${TOXENV}-${DATABASE}" - volumes: - - cache:/root/.cache services: postgresql: diff --git a/tox.ini b/tox.ini index 527d859..ad44320 100644 --- a/tox.ini +++ b/tox.ini @@ -15,4 +15,4 @@ setenv = sqlite: DB_NAME={env:SQLITE_NAME::memory:} postgresql: DB_NAME={env:POSTGRESQL_NAME:test} mysql: DB_NAME={env:MYSQL_NAME:test} -install_command = pip install --pre --find-links https://trydevpi.tryton.org/ {opts} {packages} +install_command = pip install --pre --find-links https://trydevpi.tryton.org/ --process-dependency-links {opts} {packages}