Skip to content

Commit

Permalink
Add debug info in travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Feb 18, 2013
1 parent f46dc5e commit 345a443
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ services:
before_install:
- export PIP_USE_MIRRORS=true
- export PIP_INDEX_URL=https://simple.crate.io/
- phantomjs --version
- phantomjs --webdriver= &
install:
- pip install terrarium boto
- terrarium key requirements-test.txt
- terrarium --target froideenv --remote-key-format "u/stwe/froideenv/%(arch)s-%(python_vmajor)s.%(python_vminor)s-%(digest)s" install requirements-test.txt || (wget "http://resources.opendatalabs.org.s3.amazonaws.com/u/stwe/froideenv/`terrarium key requirements-test.txt`" ; terrarium --no-upload --s3-bucket "" --target froideenv --storage-dir . install requirements-test.txt)
- source froideenv/bin/activate
- pip install -e .
- which python
- python setup.py develop --prefix=`pwd`/froideenv
script:
- make test
branches:
Expand Down

0 comments on commit 345a443

Please sign in to comment.