This is an automated email from the ASF dual-hosted git repository.
chrisr pushed a commit to branch feature/QPID-8517-parallel-ci-py2-py3
in repository https://gitbox.apache.org/repos/asf/qpid-cpp.git
The following commit(s) were added to
refs/heads/feature/QPID-8517-parallel-ci-py2-py3 by this push:
new 069deeb QPID-8517 Build and test in parallel for python2 and python3
069deeb is described below
commit 069deebb001f836404564d84e642ff9508ad047a
Author: Chris Richardson <[email protected]>
AuthorDate: Sun Apr 11 16:41:08 2021 +0100
QPID-8517 Build and test in parallel for python2 and python3
---
.travis.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index cfd25a8..74df7ea 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,12 @@ jobs:
- swig
- 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]