diff --git a/scripts/test.sh b/scripts/test.sh index b56c3b1096..da3ffb6667 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -2,8 +2,9 @@ set -e -THEANO_FLAGS="floatX=${FLOATX},gcc.cxxflags='-march=core2'" pytest -v --cov=pymc3 "$@" - if [[ "$RUN_PYLINT" == "true" ]]; then . ./scripts/lint.sh fi + +THEANO_FLAGS="floatX=${FLOATX},gcc.cxxflags='-march=core2'" pytest -v --cov=pymc3 "$@" +