diff --git a/.travis.yml b/.travis.yml index d8843a4..d8fc9c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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