From 6c549c4fc2711ea6a98b7a1fbdd375609b3a9e17 Mon Sep 17 00:00:00 2001 From: Jacqueline Buros Date: Wed, 20 Dec 2017 21:26:57 -0500 Subject: [PATCH] another attempt to avoid pylint false positive --- .travis.yml | 2 +- pylintrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 30dfcf4..860f9a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 . diff --git a/pylintrc b/pylintrc index 56cd33c..7bf67b0 100644 --- a/pylintrc +++ b/pylintrc @@ -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