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

Commit

Permalink
Merge pull request #141 from lazyten/dev-mfh
Browse files Browse the repository at this point in the history
Switch back to pip
  • Loading branch information
mfherbst committed Oct 7, 2017
2 parents 7feb87b + c9a314d commit f87dfb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
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

0 comments on commit f87dfb1

Please sign in to comment.