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