forked from Nance-Lab/diff_classifier
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coverage
More file actions
16 lines (16 loc) · 717 Bytes
/
.coverage
File metadata and controls
16 lines (16 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: python
python:
- "3.5"
install:
- pip install -e . --use-mirrors
before_script:
- pip install -r requirements.txt --use-mirrors
- git clone https://github.com/ccurtis7/diff_classifier.git
- cd ./diff_classifier/diff_classifier/tests/
script:
- py.test test_features.py --doctest-modules --pep8 coveralls -v --cov coveralls --cov-report term-missing
- py.test test_imagej.py --doctest-modules --pep8 coveralls -v --cov coveralls --cov-report term-missing
- py.test test_msd.py --doctest-modules --pep8 coveralls -v --cov coveralls --cov-report term-missing
- py.test test_utils.py --doctest-modules --pep8 coveralls -v --cov coveralls --cov-report term-missing
after_success:
- coveralls