diff --git a/.travis.yml b/.travis.yml index 65a1446..e3bb25f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: