Skip to content

Commit

Permalink
updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinL committed Nov 15, 2017
1 parent aa6dd68 commit 10b6134
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ script:
- coverage run -m unittest discover # - python -m unittest discover if we don't need coverage
- pylint --disable=R,C addme/
install:
- pip install pandas # e.g. see https://github.com/pallets/jinja/blob/master/.travis.yml
- pip install -r requirements.txt # see https://stackoverflow.com/questions/14399534/reference-requirements-txt-for-the-install-requires-kwarg-in-setuptools-setup-py
- pip install codecov
- pip install coverage
- pip install pylint
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from setuptools import setup

# see https://stackoverflow.com/questions/14399534/reference-requirements-txt-for-the-install-requires-kwarg-in-setuptools-setup-py
setup(name='addme',
version='0.1',
description='Add two numbers using the pandas Series sum method',
Expand Down

0 comments on commit 10b6134

Please sign in to comment.