Skip to content

Commit

Permalink
Only run pyflakes on ndindex/ in the rever script
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Apr 6, 2021
1 parent b129f83 commit ff6dc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rever.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def run_tests():
'mkl']):
# Until numpy 1.20 is out, the tests require the git version to run
pip install git+https://github.com/numpy/numpy.git
pyflakes .
pyflakes ndindex
python -We:invalid -We::SyntaxWarning -m compileall -f -q ndindex/
./run_doctests
pytest
Expand Down

0 comments on commit ff6dc28

Please sign in to comment.