Skip to content
Snippets Groups Projects
Commit ef789bf6 authored by Alex Rubinsteyn's avatar Alex Rubinsteyn
Browse files

install pylint on travis

parent acb68a36
No related merge requests found
......@@ -29,7 +29,7 @@ addons:
install:
- >
conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
numpy scipy nose pandas matplotlib h5py
numpy scipy nose pandas matplotlib h5py pylint
- source activate test-environment
- pip install pypandoc
- pip install -r requirements.txt
......
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