Commit 14e64d7d by peastman

Merge pull request #122 from jchodera/master

Install pyflakes on travis
parents 22b96f46 9c7b55dd
...@@ -18,9 +18,10 @@ script: ...@@ -18,9 +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
- 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