Skip to content

Commit

Permalink
fix coverage command
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Nov 19, 2018
1 parent 09a8aac commit 9663ba7
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 @@ -61,7 +61,7 @@ matrix:
# Coverage test, pass the results to coveralls.
- os: linux
python: 3.5
env: MAIN_CMD='coverage' SETUP_CMD='run hpsspy/test/hpsspy_test_suite.py'
env: MAIN_CMD='coverage' SETUP_CMD='run setup.py test'

# PEP 8 compliance.
- os: linux
Expand Down

0 comments on commit 9663ba7

Please sign in to comment.