Skip to content

Commit 0e14c11

Browse files
ColCarrollspringcoil
authored andcommitted
Run lint before tests, so travis fails faster (#2461)
1 parent d852ba5 commit 0e14c11

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/test.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
set -e
44

5-
THEANO_FLAGS="floatX=${FLOATX},gcc.cxxflags='-march=core2'" pytest -v --cov=pymc3 "$@"
6-
75
if [[ "$RUN_PYLINT" == "true" ]]; then
86
. ./scripts/lint.sh
97
fi
8+
9+
THEANO_FLAGS="floatX=${FLOATX},gcc.cxxflags='-march=core2'" pytest -v --cov=pymc3 "$@"
10+

0 commit comments

Comments
 (0)