Skip to content

Commit

Permalink
Enable coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiopasra committed Oct 7, 2020
1 parent 329dd6f commit 20ff3cc
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 @@ -11,7 +11,7 @@ jobs:
- python: "3.6"
env: DEPS="numpy>=1.16 pytest>=6"
- python: "3.7"
env: DEPS="numpy>=1.16 pytest>=6" COVERAGE=false
env: DEPS="numpy>=1.16 pytest>=6" COVERAGE=true
- python: "3.8"
env: DEPS="numpy>=1.16 pytest>=6"

Expand Down

0 comments on commit 20ff3cc

Please sign in to comment.