Skip to content

Commit

Permalink
Merge pull request #3663 from stuartarchibald/wip/remove_codecov_from…
Browse files Browse the repository at this point in the history
…_travisci

Removes coverage computation from travisci builds
  • Loading branch information
seibert committed Jan 8, 2019
2 parents 97fca43 + 7e85e2e commit fdbe264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ matrix:
- env: PYTHON=2.7 NUMPY=1.15 CONDA_ENV=travisci
- env: PYTHON=2.7 NUMPY=1.9 CONDA_ENV=travisci
- env: PYTHON=3.5 NUMPY=1.10 CONDA_ENV=travisci
- env: PYTHON=3.5 NUMPY=1.11 CONDA_ENV=travisci RUN_COVERAGE=yes
- env: PYTHON=3.5 NUMPY=1.11 CONDA_ENV=travisci
- env: PYTHON=3.6 NUMPY=1.12 CONDA_ENV=travisci BUILD_DOC=yes
- env: PYTHON=3.6 NUMPY=1.13 CONDA_ENV=travisci
- env: PYTHON=3.7 NUMPY=1.14 CONDA_ENV=travisci
Expand Down

0 comments on commit fdbe264

Please sign in to comment.