Commit 9c7b55dd by John Chodera (MSKCC)

Fixes for pyflakes

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