diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2013-04-06 07:40:28 -0700 |
|---|---|---|
| committer | Charles Harris <charlesr.harris@gmail.com> | 2013-04-06 07:40:28 -0700 |
| commit | 3c8fc14665548c71a9cd144b2e16d9309a92e255 (patch) | |
| tree | 7f73b1a811ab49fe866543509d5c812e90f61858 | |
| parent | 190f7df6dff4f06b5d61e04ab375185089fc91dd (diff) | |
| parent | 129ae08a8a0ea7393963a5f221832ad1de8bd49f (diff) | |
| download | numpy-3c8fc14665548c71a9cd144b2e16d9309a92e255.tar.gz | |
Merge pull request #3200 from njsmith/travis-full-tests
[BLD] Run 'full' test suite on Travis, including 'slow' tests
| -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: |
