Install sqlitebck on tox

This commit is contained in:
Sergi Almacellas Abellana 2016-12-20 17:12:59 +01:00
parent 584b77e59c
commit 377ec8cbca
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ deps =
{py27,py33,py34,py35}-postgresql: psycopg2 >= 2.5
pypy-postgresql: psycopg2cffi >= 2.5
mysql: MySQL-python
sqlite: sqlitebck
setenv =
sqlite: TRYTOND_DATABASE_URI={env:SQLITE_URI:sqlite://}
postgresql: TRYTOND_DATABASE_URI={env:POSTGRESQL_URI:postgresql://}