Commit 948fcdd9 by John Chodera (MSKCC)

Install pyflakes on travis.

parent f4872610
...@@ -20,6 +20,7 @@ script: ...@@ -20,6 +20,7 @@ script:
- conda install --yes --quiet nose nose-timer - conda install --yes --quiet nose nose-timer
- cd devtools && nosetests $PACKAGENAME --nocapture --verbosity=2 --with-doctest --with-timer -a "\!slow" && cd .. - cd devtools && nosetests $PACKAGENAME --nocapture --verbosity=2 --with-doctest --with-timer -a "\!slow" && cd ..
# Run pyflakes # Run pyflakes
- pip install https://github.com/dcramer/pyflakes/tarball/master
- pyflakes pdbfixer/*.py - pyflakes pdbfixer/*.py
env: env:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment