Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
s-celles committed Jun 7, 2019
1 parent 69305c4 commit 2259d17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ install:
script:
- pytest -s -r xX --cov-config .coveragerc --cov=pandas_helper_calc --cov-report xml:/tmp/cov-pandas_helper_calc.xml --junitxml=/tmp/pandas_helper_calc.xml
- flake8 --version
- flake8 pandas_datareader
- flake8 setup.py pandas_helper_calc tests

after_success:
- coveralls
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.com/scls19fr/pandas-helper-calc.svg?branch=master)](https://travis-ci.com/scls19fr/pandas-helper-calc)

# pandas-helper-calc

Some helper methods for Pandas Series and DataFrames to calculate numerically derivative and integral.
Expand All @@ -10,4 +12,4 @@ $ pip install git+https://github.com/scls19fr/pandas-helper-calc

## Usage

See `tests/test_pandas_helper_calc.py`.
See [`tests/test_pandas_helper_calc.py`](https://github.com/scls19fr/pandas-helper-calc/blob/master/tests/test_pandas_helper_calc.py).

0 comments on commit 2259d17

Please sign in to comment.