Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #192 from dstansby/travis
Browse files Browse the repository at this point in the history
Build source distribution on travis
  • Loading branch information
dstansby authored Aug 30, 2017
2 parents f0fd8c3 + 0267eb1 commit cce6b57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ before_install:
- cd ../
script:
- pytest heliopy/ --cov=heliopy/ -v --durations=5
- python setup.py sdist
after_success:
- pip install codecov
- codecov

0 comments on commit cce6b57

Please sign in to comment.