diff options
author | Nathaniel J. Smith <njs@pobox.com> | 2013-04-06 14:46:20 +0100 |
---|---|---|
committer | Nathaniel J. Smith <njs@pobox.com> | 2013-04-06 14:46:20 +0100 |
commit | 129ae08a8a0ea7393963a5f221832ad1de8bd49f (patch) | |
tree | 5cc94b447e86ccbf421224158d114927e034c2c0 | |
parent | 6d2665626e40f346bb5af8d780579f5a429ff9ba (diff) | |
download | numpy-129ae08a8a0ea7393963a5f221832ad1de8bd49f.tar.gz |
[BLD] Run 'full' test suite on Travis, including 'slow' tests
There's no reason *not* to run the full test suite on Travis, so long
as we fit in under the time limit. And no way to find out if we fit
under the time limit except to try ;-).
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6949be4bc..e3829dea0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ script: - cd empty - INSTALLDIR=$(python -c "import os; import numpy; print(os.path.dirname(numpy.__file__))") - export PYTHONWARNINGS=default - - python ../tools/test-installed-numpy.py + - python ../tools/test-installed-numpy.py --mode=full # - coverage run --source=$INSTALLDIR --rcfile=../.coveragerc $(which python) ../tools/test-installed-numpy.py # - coverage report --rcfile=../.coveragerc --show-missing notifications: |