Remove drone and tox

This commit is contained in:
Raimon Esteve 2018-02-05 07:59:01 +01:00
parent 3928d16c3e
commit d82e54bb75
1 changed files with 0 additions and 14 deletions

14
tox.ini
View File

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