Removed find-links.[SKIP CI]

This commit is contained in:
Javier Uribe 2019-02-26 18:56:56 +01:00
parent 12486cd469
commit df1f209a11
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}