Commit 738f6e8f by peastman

Do not run pyflakes on travis

parent 14e64d7d
......@@ -18,8 +18,6 @@ script:
# Test the local installation
- source activate _test
- conda install --yes --quiet nose nose-timer
# Run pyflakes
- pyflakes pdbfixer/*.py
# Run tests
- cd devtools && nosetests $PACKAGENAME --nocapture --verbosity=2 --with-doctest --with-timer -a "\!slow" && cd ..
......
......@@ -21,7 +21,6 @@ requirements:
test:
requires:
- nose
- pyflakes
imports:
- pdbfixer
......
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