summaryrefslogtreecommitdiff
path: root/tools/travis-test.sh
Commit message (Expand)AuthorAgeFilesLines
* CI: run asv check on TravisPauli Virtanen2019-05-301-0/+1
* TEST: add duration report to testsmattip2019-05-061-2/+2
* BLD, TST: implicit func errorsTyler Reddy2019-04-301-0/+1
* ENH: __array_function__ updates for NumPy 1.17.0Stephan Hoyer2019-01-221-1/+0
* TST: Update `travis-test.sh` for C99Charles Harris2018-12-251-2/+1
* ENH: refactor __array_function__ pure Python implementationStephan Hoyer2018-12-191-1/+1
* DEV: remove travis 32 bit chroot job since it is running on azuremattip2018-12-131-51/+0
* TST: enable array_func covTyler Reddy2018-12-011-0/+1
* force python3 in chrootmattip2018-11-011-3/+3
* BUILD: use system python3 in the chrootmattip2018-10-311-11/+11
* MNT add pickle5 to some python 3.6/7 setups for the CI suitePierre Glaser2018-10-051-0/+9
* TST: Start testing with "-std=c99" on travisCI.Charles Harris2018-09-071-0/+8
* TST: Drop Python 3.4 testingCharles Harris2018-09-011-0/+2
* TST: add C code line coverage to codecov reportTyler Reddy2018-08-071-0/+24
* codecov integration. scipy2018 sprint.alyssaq2018-07-181-2/+13
* TST: Do not ignore yield warnings in ci testing.Charles Harris2018-04-081-4/+2
* TST: Update travis and appveyor to use pytest.Charles Harris2018-04-041-5/+8
* MAINT: Update zesty to artful for i386 testingCharles Harris2018-01-171-4/+3
* MAINT: Workaround for new travis sdist failures.Charles Harris2017-12-201-0/+3
* MAINT: Fix tests failures on travis CI merge.Charles Harris2017-12-201-0/+4
* MAINT: merge python -3 and -OO testJulian Taylor2017-09-011-7/+2
* MAINT: remove -Wsign-compare from warningsJulian Taylor2017-09-011-10/+6
* MAINT: add compiler warning tests to all jobsJulian Taylor2017-09-011-7/+9
* MAINT: restore compiler warning check to zero warningsJulian Taylor2017-09-011-5/+1
* Merge pull request #7862 from pitrou/rewrite_exec_commandJulian Taylor2017-03-111-0/+3
|\
| * BLD: rewrite np.distutils.exec_command.exec_command()Antoine Pitrou2016-07-251-0/+3
* | TST: switch to ubuntu yakkety for testingJulian Taylor2017-01-181-9/+13
* | ENH: Deprecation warnings for `/` integer division when running python -3saurabh2016-11-011-0/+5
* | BUG, TST: Fix python3-dbg bug in Travis scriptgfyoung2016-10-241-5/+2
* | DOC: change Numpy to NumPy in remaining filesPierre de Buyl2016-09-061-1/+1
* | TST: Make one 3.5 test run the full test suit.Sebastian Berg2016-09-021-1/+5
|/
* TST: test installing from sdist on TravisCI.Ralf Gommers2016-01-271-1/+14
* BUG: fix TravisCI test issues when using setuptools unconditionally.Ralf Gommers2016-01-161-0/+1
* TST: make pointer-arith error fatalJulian Taylor2016-01-041-1/+2
* TST: Increase the allowable warning count to 1 for i386 debug test.Charles Harris2016-01-021-2/+4
* TST: Clean up travis-test and make it work with current travis ci.Charles Harris2015-12-161-52/+79
* CI: run benchmark suite in travis-CIPauli Virtanen2015-12-141-0/+11
* ENH deploy dev wheels to rackspaceOlivier Grisel2015-12-101-3/+5
* Merge pull request #6726 from charris/fix-bugs-exposed-by-relaxed-stride-roll...Charles Harris2015-11-261-1/+1
|\
| * TST: Fix travis-ci test for numpy wheels.Charles Harris2015-11-251-1/+1
* | MAINT: enable Werror=vla in travisJulian Taylor2015-11-241-4/+4
|/
* MAINT,TST: Remove Bento from the travis ci testing.Charles Harris2015-08-191-35/+1
* BLD: Speed up up Travis jobs by running on container-based infrastructureAlex Willmer2015-08-051-8/+1
* TST: fail tests on compiler warningsJulian Taylor2015-07-031-2/+11
* MAINT: switch waf download to https://github.com/numpy/numpy-vendorRalf Gommers2015-05-071-1/+1
* Merge pull request #5829 from rgommers/bento-ciCharles Harris2015-05-031-1/+1
|\
| * TST: re-enable TravisCI testing with Bento.Ralf Gommers2015-05-031-1/+1
* | TEST: add module to test installed scriptsMatthew Brett2015-04-301-3/+10
|/
* ENH: support parallel compilation of extensionsJulian Taylor2014-10-281-0/+3
* Merge pull request #5149 from charris/fix-ma-docs-for-OO-optionJulian Taylor2014-10-041-0/+5
|\