Skip to content

Commit

Permalink
Added ipython dependency to .travis.yml install section
Browse files Browse the repository at this point in the history
  • Loading branch information
katyukha committed Jul 27, 2015
1 parent 195993c commit 6239320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,7 @@ install:
- "wget http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/${ODOO_PACKAGE}_${ODOO_VERSION}.latest_all.deb"
- "sudo dpkg -i ${ODOO_PACKAGE}_${ODOO_VERSION}.latest_all.deb || true"
- "sudo apt-get update && sudo apt-get install -f -y"
- "pip install coveralls"
- "pip install coveralls ipython[all]"
- "python setup.py develop"

before_script:
Expand Down

0 comments on commit 6239320

Please sign in to comment.