| commit | 74329bf589e04f44828f4bdbec1f049bbf788973 | [log] [tgz] |
|---|---|---|
| author | Andrew Stitcher <astitcher@apache.org> | Fri Aug 12 02:28:01 2016 -0400 |
| committer | Andrew Stitcher <astitcher@apache.org> | Fri Aug 12 02:58:56 2016 -0400 |
| tree | 3836d3582f3b3b644e18db67085bf361dbca1fbb | |
| parent | 868caf5420653a5536a343f1745535dceb3461a0 [diff] |
NO-JIRA: Get qpid-python into the travis build so we can run tests
diff --git a/.travis.yml b/.travis.yml index 459190a..bf3732a 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -21,6 +21,12 @@ - python-dev - valgrind - ruby +before_install: +- export PATH=/home/travis/.local/bin:$PATH +- export PYTHONPATH=/home/travis/.local/lib/python2.7/site-packages:$PYTHONPATH +install: +- pip install --user --upgrade pip +- pip install --user qpid-python before_script: - mkdir Build - cd Build