We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8827c99 commit f0e4b34Copy full SHA for f0e4b34
.travis.yml
@@ -99,10 +99,10 @@ matrix:
99
- JOB="3.6_NUMPY_DEV" TEST_ARGS="--skip-slow --skip-network" PANDAS_TESTING_MODE="deprecate"
100
- dist: trusty
101
env:
102
- - JOB="3.6_DOC" DOC=true
+ - JOB="3.6_ASV" ASV=true
103
104
105
- - JOB="3.6_ASV" ASV=true
+ - JOB="3.6_DOC" DOC=true
106
107
before_install:
108
- echo "before_install"
ci/asv.sh
@@ -13,7 +13,7 @@ if [ "$ASV" ]; then
13
14
asv machine --yes
15
16
- time asv run --quick
+ time asv dev
17
18
if [ $? = "0" ]; then
19
RET=1
0 commit comments