Browse Source

update Travis settings

zolfa-add_slices_loading
Ruben Verweij 4 years ago
parent
commit
b50a006d29
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@ -20,7 +20,7 @@ install:
- pip install --upgrade pip setuptools wheel
- pip install --only-binary=numpy numpy
- 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:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter


Loading…
Cancel
Save