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 c45b3c2 commit 126a675Copy full SHA for 126a675
scripts/test.sh
@@ -1,4 +1,5 @@
1
#!/usr/bin/env bash
2
+set -e
3
4
# Run unit tests
5
python -m nose core_tests/unit
@@ -7,4 +8,4 @@ python -m nose core_tests/unit
7
8
python -m flake8 --max-line-length=120 core core_tests data products tests
9
python -m pylint --disable=locally-disabled --rcfile=.pylintrc core data products
10
find core_tests | grep .py | grep -v .pyc | xargs python -m pylint --disable=locally-disabled --rcfile=.pylintrc
-find tests | grep .py | grep -v .pyc | xargs python -m pylint --disable=locally-disabled --min-similarity-lines=15 --rcfile=.pylintrc
11
+find tests | grep .py | grep -v .pyc | xargs python -m pylint --disable=locally-disabled --min-similarity-lines=15 --rcfile=.pylintrc
0 commit comments