Use trytonspain index in tox

This commit is contained in:
Sergi Almacellas Abellana 2016-06-02 11:41:08 +02:00
parent 70c7dda85a
commit 35e1c6be7e
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}