mirror of
https://github.com/cooperhammond/irs.git
synced 2024-12-22 17:35:28 +00:00
Added tests for coveralls with Travis CI
This commit is contained in:
parent
04196e36b7
commit
b14d8922e1
|
@ -14,7 +14,7 @@ install:
|
|||
- pip install coveralls # For coveralls.io
|
||||
|
||||
script:
|
||||
- coverage run --source=irs test/test_all.py
|
||||
- coverage run --source=irs tests/test_all.py
|
||||
|
||||
after_success:
|
||||
- coveralls
|
Loading…
Reference in a new issue