10000 more test with Travis and Codecov · illusional/python-cwlgen@f9b7b8f · GitHub
[go: up one dir, main page]

Skip to content

Commit f9b7b8f

Browse files
committed
more test with Travis and Codecov
1 parent 17f0690 commit f9b7b8f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ python:
55

66
install:
77
- pip install .
8-
- pip install coverage requests_mock nose_parameterized
8+
- pip install codecov coverage requests_mock nose_parameterized
99

10-
script: bash run_test.sh
10+
script: nosetests --with-coverage --cover-package=pycwl
11+
12+
after_success:
13+
- codecov

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# pycwl
22

3+
[![Build Status](https://travis-ci.org/khillion/pycwl.svg?branch=master)](https://travis-ci.org/khillion/pycwl)
4+
35
pycwl is a python library for the manipulation and generation of CWL tool.
46

57
### Full documentation: [![Documentation Status](https://readthedocs.org/projects/pycwl/badge/?version=latest)](http://pycwl.readthedocs.io/en/latest/?badge=latest)

0 commit comments

Comments
 (0)
0