Skip to content

Commit f0e4b34

Browse files
committed
Change build order and change to asv dev
1 parent 8827c99 commit f0e4b34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ matrix:
9999
- JOB="3.6_NUMPY_DEV" TEST_ARGS="--skip-slow --skip-network" PANDAS_TESTING_MODE="deprecate"
100100
- dist: trusty
101101
env:
102-
- JOB="3.6_DOC" DOC=true
102+
- JOB="3.6_ASV" ASV=true
103103
- dist: trusty
104104
env:
105-
- JOB="3.6_ASV" ASV=true
105+
- JOB="3.6_DOC" DOC=true
106106

107107
before_install:
108108
- echo "before_install"

ci/asv.sh

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

1414
asv machine --yes
1515

16-
time asv run --quick
16+
time asv dev
1717

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

0 commit comments

Comments
 (0)