Remove drone and tox

This commit is contained in:
Raimon Esteve 2018-02-05 12:30:55 +01:00
parent 64c480d574
commit 48b7cb34d3
1 changed files with 0 additions and 13 deletions

13
tox.ini
View File

@ -1,13 +0,0 @@
[tox]
envlist = py27-{sqlite,postgresql}
[testenv]
commands = {envpython} setup.py test
deps =
postgresql: psycopg2 >= 2.0
setenv =
sqlite: TRYTOND_DATABASE_URI={env:SQLITE_URI:sqlite://}
sqlite: DB_NAME={env:SQLITE_NAME::memory:}
postgresql: TRYTOND_DATABASE_URI={env:POSTGRESQL_URI:postgresql://}
postgresql: DB_NAME={env:POSTGRESQL_NAME:test}
install_command = pip install --pre --find-links https://trydevpi.tryton.org/ {opts} {packages}