summaryrefslogtreecommitdiff
path: root/tools/travis-test.sh
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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