Skip to content
Snippets Groups Projects
Commit 8e3a51f4 authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

Update travis and pylint for new numpy

parent 14657e17
No related branches found
No related tags found
No related merge requests found
......@@ -29,11 +29,12 @@ addons:
install:
- >
conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
numpy scipy nose pandas matplotlib mkl-service theano
numpy scipy nose pandas matplotlib mkl-service
- source activate test-environment
- pip install tensorflow pypandoc pylint
- pip install tensorflow pypandoc pylint 'theano>=1.0.4'
- pip install -r requirements.txt
- pip install .
- pip freeze
env:
global:
- PYTHONHASHSEED=0
......
......@@ -10,6 +10,6 @@ set -o errexit
find . -name '*.py' -not -path "./docs/*" \
| xargs pylint \
--errors-only \
--disable=unsubscriptable-object,not-an-iterable,no-member
--disable=unsubscriptable-object,not-an-iterable,no-member,assignment-from-no-return
echo 'Passes pylint check'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment