Skip to content

Commit

Permalink
add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbailey committed Dec 14, 2019
1 parent 17162b7 commit a102c32
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ install:
- pip install .
script:
- black .
- pytest
- pytest --cov=rail
after_success:
— coveralls

3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
black
coveralls
matplotlib
numpy
pandas
pytest
pytest-cov
scipy
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
packages=["rail"],
license="MIT License",
install_requires=["matplotlib", "numpy", "pandas", "scipy"],
tests_requires=["black"],
tests_requires=["black", "coveralls", "pytest", "pytest-cov"],
)

0 comments on commit a102c32

Please sign in to comment.