Skip to content

Commit b8f31c2

Browse files
committed
add to travis
1 parent 5a8d49f commit b8f31c2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ matrix:
4444
- language-pack-zh-hans
4545
- dist: trusty
4646
env:
47-
- JOB="2.7" TEST_ARGS="--skip-slow" LINT=true
47+
- JOB="2.7" TEST_ARGS="--skip-slow" LINT=true ASV=true
4848
addons:
4949
apt:
5050
packages:
@@ -128,6 +128,7 @@ script:
128128
- ci/script_single.sh
129129
- ci/script_multi.sh
130130
- ci/lint.sh
131+
- ci/asv.sh
131132
- echo "checking imports"
132133
- source activate pandas && python ci/check_imports.py
133134
- echo "script done"

ci/asv.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ "$ASV" ]; then
1313

1414
cd asv_bench
1515

16-
asv run --quick | grep "failed"
16+
time asv run --quick | grep "failed"
1717

1818
if [ $? = "0" ]; then
1919
RET=1

0 commit comments

Comments
 (0)