Skip to content

Commit

Permalink
MAINT: add benchmarks to Travis-CI pyflakes+pep8 checks
Browse files Browse the repository at this point in the history
  • Loading branch information
pv committed Feb 21, 2015
1 parent 7ece73f commit 4cd69f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -12,8 +12,8 @@ matrix:
- pip install pep8==1.5.1
- pip install pyflakes
script:
- PYFLAKES_NODOCTEST=1 pyflakes scipy | grep -E -v 'unable to detect undefined names|assigned to but never used|imported but unused|redefinition of unused' > test.out; cat test.out; test \! -s test.out
- pep8 scipy
- PYFLAKES_NODOCTEST=1 pyflakes scipy benchmarks/benchmarks | grep -E -v 'unable to detect undefined names|assigned to but never used|imported but unused|redefinition of unused' > test.out; cat test.out; test \! -s test.out
- pep8 scipy benchmarks/benchmarks
- python: 3.4
env:
- TESTMODE=fast
Expand Down

0 comments on commit 4cd69f1

Please sign in to comment.