Skip to content

Commit 642df6b

Browse files
committed
[ADD] eggs necessary for letsencrypt
1 parent 89db6d0 commit 642df6b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ install:
3131
- git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
3232
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
3333
- travis_install_nightly
34+
- pip install python-ldap
35+
- pip install unidecode
36+
- pip install validate_email
37+
- pip install acme_tiny
38+
- pip install IPy
3439
- printf '[options]\n\nrunning_env = dev\n' > ${HOME}/.openerp_serverrc
3540
- ln -s ${TRAVIS_BUILD_DIR}/server_environment_files_sample ${TRAVIS_BUILD_DIR}/server_environment_files
3641
script:

0 commit comments

Comments
 (0)