Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Switch back to pip #141

Merged
merged 1 commit into from
Oct 7, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ env:
- TESTS=1 TESTS_REGEX="krims_tests_"

before_install:
- travis_retry pip3 install --user cpp-coveralls
# Note: Using pip, i.e. python2 is on purpose, becase there were problems
# with python3
- travis_retry pip install --user cpp-coveralls

addons:
apt:
Expand Down