Browse Source

[FIX] install pypdf to run odoo

pull/14/head
Holger Brunn 11 years ago
parent
commit
1ef13d025e
  1. 1
      .travis.yml

1
.travis.yml

@ -22,6 +22,7 @@ env:
install:
- pip install coveralls flake8
- pip install http://download.gna.org/pychart/PyChart-1.39.tar.gz
- pip install pypdf
- pip install ${ODOO}
# Create databae

Loading…
Cancel
Save