Skip to content

Commit

Permalink
another attempt to avoid pylint false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacqueline Buros committed Dec 21, 2017
1 parent 46779df commit 6c549c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -19,7 +19,7 @@ addons:
- pandoc
install:
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy nose
pylint=1.6.5 pandas matplotlib
pylint pandas matplotlib
- source activate test-environment
- pip install pypandoc
- pip install .
Expand Down
1 change: 1 addition & 0 deletions pylintrc
Expand Up @@ -3,3 +3,4 @@
# E:249,20: Module 'numpy' has no 'nan' member (no-member)
ignored-modules = numpy, finfo, numpy.random
ignored-classes = numpy, finfo
disable = invalid-unary-operand-type

0 comments on commit 6c549c4

Please sign in to comment.