Skip to content

Commit

Permalink
Uses python2 for cldoc
Browse files Browse the repository at this point in the history
  • Loading branch information
atuleu committed Apr 27, 2021
1 parent a0505a9 commit b4cc2c1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,13 @@ addons:
- libtbb-dev
- libprotobuf-dev
- protobuf-compiler
- python2

before_install:
- pip install --user cpp-coveralls
- pip install --user git+https://github.com/atuleu/cldoc.git@dev/clang-version
- curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py
- python2 get-pip.py
- pip3 install --user cpp-coveralls
- pip2 install --user git+https://github.com/atuleu/cldoc.git@dev/clang-version

script:
- mkdir -p build
Expand Down

0 comments on commit b4cc2c1

Please sign in to comment.