Skip to content
Snippets Groups Projects
Commit a2385164 authored by Ruben Verweij's avatar Ruben Verweij
Browse files

update Travis settings

parent d0e4abcf
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ install: ...@@ -20,7 +20,7 @@ install:
- pip install --upgrade pip setuptools wheel - pip install --upgrade pip setuptools wheel
- pip install --only-binary=numpy numpy - pip install --only-binary=numpy numpy
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install 'coverage>=4.0,<4.4' --force-reinstall # Upstream bug: https://bitbucket.org/ned/coveragepy/issues/578/incomplete-file-path-in-xml-report - pip install 'coverage>=4.0,<4.4' --force-reinstall # Upstream bug: https://github.com/nedbat/coveragepy/issues/578
before_script: before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment