summaryrefslogtreecommitdiff
path: root/tools/travis-test.sh
Commit message (Expand)AuthorAgeFilesLines
* CI: treat _SIMD module build warnings as errors within CI onlySayed Adel2021-05-041-2/+7
* MAINT: Update master to main after branch rename (gh-18544)Stefan van der Walt2021-03-041-1/+1
* Merge pull request #17791 from seiko2plus/bld_ci_undefMatti Picus2020-12-021-0/+7
|\
| * BLD: Enable Werror=undef in travisSayed Adel2020-11-171-0/+7
* | TST: Add back durations flag for DEBUG builds.Charles Harris2020-11-231-7/+1
|/
* TST: add pypy3.7mattip2020-11-101-1/+1
* TST: Upgrade to Python 3.8 for DEBUG testing.Charles Harris2020-07-111-0/+1
* BLD: consolidate openblas verison check to be self-containedmattip2020-02-271-1/+1
* MAINT: travis-ci: Update CI scripts.Warren Weckesser2020-01-131-10/+9
* BLD: fix signed-unsigned comparison warningmattip2019-12-161-1/+1
* TST: Update travis.ymlCharles Harris2019-11-171-5/+11
* BUG: Add backslashes for line continuation.Charles Harris2019-11-041-3/+3
* MAINT: split lines (from review)mattip2019-11-041-1/+3
* BUILD: ignore more build.log warningsmattip2019-11-031-1/+1
* BUILD, DOC: remove the std=c99 flag from docs, builds, add release notemattip2019-10-251-6/+0
* Merge pull request #14368 from jdufresne/byteswarningSebastian Berg2019-10-151-1/+1
|\
| * MAINT: Avoid all BytesWarningJon Dufresne2019-09-251-1/+1
* | BUILD: change to build_src --verbose-cfg, runtests.py --debug-infomattip2019-10-031-2/+2
* | MAINT: Fix typo: remoge → removeJon Dufresne2019-09-251-1/+1
|/
* MAINT: move the option to build_src, simplifies logicmattip2019-09-201-2/+2
* BUILD: mostly restore verbose output on CI (except for pip install)mattip2019-09-201-2/+2
* BUILD: move all test dependencies to ./test_requirements.txtmattip2019-08-271-12/+3
* TST: Disable `--durations` flag for pytest.Charles Harris2019-08-181-1/+3
* TST, MAINT: expand OpenBLAS version checkingTyler Reddy2019-07-141-0/+5
* MAINT, TST: remove test-installed-numpy.pyTyler Reddy2019-07-131-2/+2
* 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
|\