Skip to content

Commit

Permalink
Merge d0b66fb into c039700
Browse files Browse the repository at this point in the history
  • Loading branch information
OMalenfantThuot authored Oct 3, 2019
2 parents c039700 + d0b66fb commit 4f434b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ install:
- pip install -r requirements_dev.txt
- pip install -e .
script:
- pytest
- pytest --cov=mlcalcdriver
after_success:
- coveralls
2 changes: 2 additions & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ black==19.3b0
numpy==1.16.5
twine==2.0.0
pytest==5.2.0
pytest-cov==2.7.1
coveralls==1.8.2

0 comments on commit 4f434b8

Please sign in to comment.