Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
use pypi instead of wheelhouse.odoo-community.org
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed May 6, 2017
1 parent c5a88b3 commit d5c6fb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ During testbed setup, MQT will automatically download and place these repositori
Note on addons path ordering: They will be placed after your own repo, but before the odoo core repo.

If `oca_dependencies.txt` is not present, Dependencies outside the repository will be automatically installed from
https://wheelhouse.odoo-community.org/oca and https://pypi.python.org
[pypi](https://pypi.python.org).


Check your .travis file for syntax issues.
Expand Down
4 changes: 2 additions & 2 deletions travis/travis_install_nightly
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ else
echo "-e ./setup/$addon" >> requirements.txt
done
cat requirements.txt
# use --pre to get .devN versions from the wheelhouse
pip install --pre -r requirements.txt -f https://wheelhouse.odoo-community.org/oca
# use --pre to get .devN versions
pip install --pre -r requirements.txt
install_result=$?
if [ "$install_result" != "0" ]; then
echo "Error installing addons and dependencies"
Expand Down

0 comments on commit d5c6fb7

Please sign in to comment.