Skip to content

Commit

Permalink
[BLD] Run 'full' test suite on Travis, including 'slow' tests
Browse files Browse the repository at this point in the history
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 ;-).
  • Loading branch information
njsmith committed Apr 6, 2013
1 parent 6d26656 commit 129ae08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 129ae08

Please sign in to comment.