Skip to content

Commit

Permalink
Use pyflakes instead of pylint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dilawar Singh committed Jun 14, 2019
1 parent 73a6bcc commit 54a6515
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,11 @@ fi

# travis.yml should install FindSim
$PYTHON -m pip install Jinja2 --upgrade
$PYTHON -m pip install pylint --upgrade
$PYTHON -m pip install pyflakes --upgrade
# $PYTHON -m pip install mpld3
# $PYTHON -m pip install pymoose --pre --upgrade

find . -type f -name "*.py" | xargs -I file $PYTHON -m pylint \
--disable=no-member \
--exit-zero \
-E file
find . -type f -name "*.py" | xargs -I file $PYTHON -m pyflakes file

# Run it in ./TestTSV directory.
for _tsv in $(find ./TestTSV -name *.tsv -type f); do
Expand Down

0 comments on commit 54a6515

Please sign in to comment.