Skip to content

Commit

Permalink
hopefully fix travis coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarbary committed May 5, 2017
1 parent f14cf46 commit 64ea213
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 @@ -18,7 +18,7 @@ matrix:
include:
# test without fitsio installed.
- python: 3.5
env: CMD='./test.py --cov-report= --cov=sfdmap.py' COVERAGE=1 EXTRAS=''
env: CMD='./test.py --cov-report= --cov=sfdmap' COVERAGE=1 EXTRAS=''

before_install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
Expand Down

0 comments on commit 64ea213

Please sign in to comment.