We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a6bcc commit 54a6515Copy full SHA for 54a6515
test.sh
@@ -18,14 +18,11 @@ fi
18
19
# travis.yml should install FindSim
20
$PYTHON -m pip install Jinja2 --upgrade
21
-$PYTHON -m pip install pylint --upgrade
+$PYTHON -m pip install pyflakes --upgrade
22
# $PYTHON -m pip install mpld3
23
# $PYTHON -m pip install pymoose --pre --upgrade
24
25
-find . -type f -name "*.py" | xargs -I file $PYTHON -m pylint \
26
- --disable=no-member \
27
- --exit-zero \
28
- -E file
+find . -type f -name "*.py" | xargs -I file $PYTHON -m pyflakes file
29
30
# Run it in ./TestTSV directory.
31
for _tsv in $(find ./TestTSV -name *.tsv -type f); do
0 commit comments