diff options
author | Pauli Virtanen <pav@iki.fi> | 2015-12-14 01:01:51 +0200 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2015-12-14 01:43:05 +0200 |
commit | f0d6d470c13405f9643f8bde50da74170b66c5c0 (patch) | |
tree | 673a8a21428f5e12d6252c8ec074dfb26ffe35af /.travis.yml | |
parent | 33d77247d711b16831283661f14ecc7f8f179d73 (diff) | |
download | numpy-f0d6d470c13405f9643f8bde50da74170b66c5c0.tar.gz |
CI: run benchmark suite in travis-CI
This should ensure the suite stays in working condition, not to produce
reliable timing information.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 314fd18d5..f14b9c912 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,7 +56,9 @@ matrix: # travis encrypt -r numpy/numpy WHEELHOUSE_UPLOADER_SECRET=tH3AP1KeY - secure: "IEicLPrP2uW+jW51GRwkONQpdPqMVtQL5bdroqR/U8r9TrXrbCVRhp4AP8JYZT0ptoBpmZWWGjmKBndB68QlMiUjQPowiFWt9Ka92CaqYdU7nqfWp9VImSndPmssjmCXJ1v1IjZPAMahp7Qnm0rWRmA0z9SomuRUQOJQ6s684vU=" - python: 2.7 - env: PYTHONOPTIMIZE=2 + env: + - PYTHONOPTIMIZE=2 + - USE_ASV=1 before_install: - uname -a - free -m @@ -74,6 +76,7 @@ before_install: # pip install coverage # Speed up install by not compiling Cython - pip install --install-option="--no-cython-compile" Cython + - if [ -n "$USE_ASV" ]; then pip install asv; fi - popd script: |