summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Update artful to bionic for i386 testingmattip2018-05-281-1/+3
* ENH: remove nose from travis testsmattip2018-05-131-1/+0
* Merge pull request #10740 from charris/add-python-3.7-testsCharles Harris2018-03-191-0/+1
|\
| * TST: Start testing with Python 3.7-dev.Charles Harris2018-03-191-0/+1
* | TST: Change most travisci tests to Python3.6.Charles Harris2018-03-161-11/+11
|/
* MAINT: Update zesty to artful for i386 testingCharles Harris2018-01-171-1/+1
* FIX: package namesxoviat2017-10-231-2/+2
* CI: travis: switch to containerxoviat2017-10-231-3/+2
* MAINT: merge python -3 and -OO testJulian Taylor2017-09-011-3/+1
* MAINT: bump 32 bit test to zestyJulian Taylor2017-09-011-1/+1
* TST: Enable NPY_RELAXED_STRIDES_DEBUG environment variable.Charles Harris2017-04-261-1/+1
* TST: run the slow tests earlier for better travis schedulingJulian Taylor2017-03-011-4/+4
* Merge pull request #8381 from eric-wieser/rebuild-lapack_liteCharles Harris2017-02-201-0/+6
|\
| * TST: Add travis build to force use of lapack_liteEric Wieser2017-02-201-0/+6
* | TST: switch to ubuntu yakkety for testingJulian Taylor2017-01-181-1/+1
* | TST: Update 3.6-dev tests to 3.6 after Python final release.Charles Harris2016-12-311-1/+1
|/
* ENH: Deprecation warnings for `/` integer division when running python -3saurabh2016-11-011-0/+2
* BUG, TST: Fix python3-dbg bug in Travis scriptgfyoung2016-10-241-21/+1
* TST: Start testing with Python 2.6 development releases.Charles Harris2016-10-191-0/+1
* MAINT: Add Tempita to randint helpersgfyoung2016-09-201-0/+1
* TST: Make one 3.5 test run the full test suit.Sebastian Berg2016-09-021-1/+1
* MAINT: use manylinux1 wheel for cythonOlivier Grisel2016-04-211-5/+1
* TST: Install `pytz` in the CI.John Kirkham2016-02-251-0/+1
* TST: Bump `virtualenv` to 14.0.6.John Kirkham2016-02-081-1/+3
* TST: Pin virtualenv used on Travis CI. [skip appveyor]John Kirkham2016-02-051-0/+4
* TST: test installing from sdist on TravisCI.Ralf Gommers2016-01-271-0/+2
* REL: Update master branch after 1.12.x branch has been made.Charles Harris2016-01-191-3/+0
* BLD: build travis dev wheels for py27Olivier Grisel2016-01-161-9/+13
* BUG: fix TravisCI test issues when using setuptools unconditionally.Ralf Gommers2016-01-161-0/+1
* STY: Style fixes for .travis.yml and travis-upload-wheel.shCharles Harris2015-12-161-1/+4
* TST: Clean up travis-test and make it work with current travis ci.Charles Harris2015-12-161-4/+6
* CI: run benchmark suite in travis-CIPauli Virtanen2015-12-141-1/+4
* ENH deploy dev wheels to rackspaceOlivier Grisel2015-12-101-2/+10
* Do a TravisCI build with PYTHONOPTIMIZE=2David Sanders2015-10-191-0/+2
* MAINT: Use Python 3.5 instead of 3.5-dev for travis 3.5 testing.Charles Harris2015-10-141-1/+1
* TST: Remove single file compilation test from travis ci.Charles Harris2015-10-081-3/+2
* MAINT,TST: Remove Bento from the travis ci testing.Charles Harris2015-08-191-2/+0
* MAINT: Restore Cython comment to it's correct placeAlex Willmer2015-08-051-1/+1
* BLD: Cache pip downloads on TravisAlex Willmer2015-08-051-2/+6
* BLD: Speed up up Travis jobs by running on container-based infrastructureAlex Willmer2015-08-051-1/+28
* MAINT: Use Python 3.5-dev instead of nightly.Charles Harris2015-07-241-1/+1
* MAINT: add 'nightly' (= 3.5ish) to travis build matrixNathaniel J. Smith2015-06-241-0/+1
* Merge pull request #5829 from rgommers/bento-ciCharles Harris2015-05-031-3/+2
|\
| * TST: re-enable TravisCI testing with Bento.Ralf Gommers2015-05-031-3/+2
* | TEST: add module to test installed scriptsMatthew Brett2015-04-301-0/+4
|/
* TST: Disable travis bento build.Charles Harris2015-03-221-2/+3
* MAINT: give up on rackspace wheelsMatthew Brett2014-11-101-1/+2
* MAINT: add --no-cython-compile flag for CythonMatthew Brett2014-11-071-1/+1
* MAINT: use scikit-image wheels collectionMatthew Brett2014-11-071-1/+1
* Merge pull request #5149 from charris/fix-ma-docs-for-OO-optionJulian Taylor2014-10-041-1/+1
|\