Skip to content

Commit

Permalink
install pylint on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Jun 2, 2016
1 parent 84d3ac8 commit 7d9e650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ addons:
install:
- >
conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
numpy nose
numpy nose pylint
- source activate test-environment
- pip install pypandoc
- pip install -r requirements.txt
Expand Down

0 comments on commit 7d9e650

Please sign in to comment.