Remove volumes from drone and fix test

This commit is contained in:
C?dric Krier 2018-01-23 16:11:36 +01:00
parent 9990afb024
commit cbf81fa563
2 changed files with 1 additions and 3 deletions

View File

@ -13,8 +13,6 @@ pipeline:
commands:
- pip install tox
- tox -e "${TOXENV}-${DATABASE}"
volumes:
- cache:/root/.cache
services:
postgresql:

View File

@ -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/ --process-dependency-links {opts} {packages}
install_command = pip install --pre --process-dependency-links {opts} {packages}