Commit 9c7b55dd by John Chodera (MSKCC)

Fixes for pyflakes

parent f86fccc9
......@@ -18,10 +18,10 @@ script:
# Test the local installation
- source activate _test
- conda install --yes --quiet nose nose-timer
- cd devtools && nosetests $PACKAGENAME --nocapture --verbosity=2 --with-doctest --with-timer -a "\!slow" && cd ..
# Run pyflakes
- pip install https://github.com/dcramer/pyflakes/tarball/master
- pyflakes pdbfixer/*.py
# Run tests
- cd devtools && nosetests $PACKAGENAME --nocapture --verbosity=2 --with-doctest --with-timer -a "\!slow" && cd ..
env:
matrix:
......
......@@ -21,13 +21,11 @@ requirements:
test:
requires:
- nose
- pyflakes
imports:
- pdbfixer
commands:
- nosetests pdbfixer --nocapture --verbosity=2 --with-doctest
about:
home: http://github.com/pandegroup/pdbfixer
license: free
......
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