Commit bde8cd6d authored by chiggs's avatar chiggs

Hack PYTHONPATH for travis

parent 8a07f094
...@@ -11,6 +11,6 @@ install: ...@@ -11,6 +11,6 @@ install:
- pip install coverage - pip install coverage
- pip install coveralls - pip install coveralls
script: script:
- cd tb && make COVERAGE=1 - cd tb && PYTHONPATH=/home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages make COVERAGE=1
after_success: after_success:
- coveralls - coveralls
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment