mirror of
https://github.com/cooperhammond/irs.git
synced 2024-12-22 17:35:28 +00:00
Coverage Tests
This commit is contained in:
parent
b14d8922e1
commit
558ee9f8cf
|
@ -10,11 +10,12 @@ before_script:
|
|||
# I've gone through 25 seperate commits to get it working.
|
||||
|
||||
install:
|
||||
- pip install irs
|
||||
- pip install coveralls # For coveralls.io
|
||||
- pip install nose
|
||||
|
||||
script:
|
||||
- coverage run --source=irs tests/test_all.py
|
||||
- python setup.py install
|
||||
- nosetests --with-coverage
|
||||
|
||||
after_success:
|
||||
- coveralls
|
Loading…
Reference in a new issue