Remove find-links [SKIP CI]

This commit is contained in:
Sergio Morillo 2019-02-27 16:11:49 +01:00
parent b61597fd16
commit 8133b90769
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ setenv =
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}
install_command = pip install --pre {opts} {packages}