Skip to content

Commit

Permalink
CI: move validate_runtests_log.py to tools/
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-br committed May 1, 2015
1 parent 0f87b16 commit 6705975
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ script:
# Make sure that relaxed strides checking is actually in effect; otherwise fail loudly
- if [ "$NPY_RELAXED_STRIDES_CHECKING" = "1" ]; then python -c'import numpy as np; assert np.ones((10,1),order="C").flags.f_contiguous'; fi
- python -u $OPTIMIZE runtests.py -g -m $TESTMODE $COVERAGE |& tee runtests.log
- python validate_runtests_log.py $TESTMODE < runtests.log
- python tools/validate_runtests_log.py $TESTMODE < runtests.log
notifications:
# Perhaps we should have status emails sent to the mailing list, but
# let's wait to see what people think before turning that on.
Expand Down
File renamed without changes.

0 comments on commit 6705975

Please sign in to comment.