This repository was archived by the owner on Jan 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,12 @@ install:
30
30
- conda create -q -n testenv python=${PYTHON} root=${ROOT} rootpy pandas nose
31
31
- export CONDA_ENV_PATH=$HOME/miniconda/envs/testenv
32
32
- source activate testenv
33
+ - pip install coverage coveralls
33
34
34
35
script : nosetests
35
- # after_success:
36
- # - time coveralls
36
+
37
+ after_success :
38
+ - time coveralls
39
+
37
40
notifications :
38
41
email : false
Original file line number Diff line number Diff line change 1
1
2
2
# root\_ pandas
3
3
4
- [ ![ Build Status] ( https://travis-ci.org/scikit-hep/root_pandas.svg?branch=master )] ( https://travis-ci.org/scikit-hep/root_pandas ) [ ![ PyPI] ( https://badge.fury.io/py/root_pandas.svg )] ( https://pypi.python.org/pypi/root_pandas/ ) [ ![ DOI] ( https://zenodo.org/badge/17171/ibab/root_pandas.svg )] ( https://zenodo.org/badge/latestdoi/17171/ibab/root_pandas )
4
+ [ ![ Build Status] ( https://travis-ci.org/scikit-hep/root_pandas.svg?branch=master )] ( https://travis-ci.org/scikit-hep/root_pandas )
5
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/scikit-hep/root_pandas/badge.svg?branch=master )] ( https://coveralls.io/github/scikit-hep/root_pandas?branch=master )
6
+ [ ![ PyPI] ( https://badge.fury.io/py/root_pandas.svg )] ( https://pypi.python.org/pypi/root_pandas/ )
7
+ [ ![ DOI] ( https://zenodo.org/badge/17171/ibab/root_pandas.svg )] ( https://zenodo.org/badge/latestdoi/17171/ibab/root_pandas )
5
8
6
9
` root_pandas ` is a convenience package built around the ` root_numpy ` library.
7
10
It allows you to easily load and store pandas DataFrames using the columnar ROOT data format used in high energy physics.
You can’t perform that action at this time.
0 commit comments