Use trytonspain index in tox

This commit is contained in:
Sergi Almacellas Abellana 2016-06-02 12:47:54 +02:00
parent 8104226bde
commit 51e31ce149
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
include INSTALL
include README
include TODO
include CHANGELOG
include COPYRIGHT
include LICENSE

View File

@ -14,4 +14,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 http://trydevpi.trytonspain.com --find-links https://trydevpi.tryton.org/ {opts} {packages}