summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Expand)AuthorFilesLines
2015-08-19MAINT,TST: Remove Bento from the travis ci testing.Charles Harris1-2/+0
2015-08-05MAINT: Restore Cython comment to it's correct placeAlex Willmer1-1/+1
2015-08-05BLD: Cache pip downloads on TravisAlex Willmer1-2/+6
2015-08-05BLD: Speed up up Travis jobs by running on container-based infrastructureAlex Willmer1-1/+28
2015-07-24MAINT: Use Python 3.5-dev instead of nightly.Charles Harris1-1/+1
2015-06-24MAINT: add 'nightly' (= 3.5ish) to travis build matrixNathaniel J. Smith1-0/+1
2015-05-03Merge pull request #5829 from rgommers/bento-ciCharles Harris1-3/+2
2015-05-03TST: re-enable TravisCI testing with Bento.Ralf Gommers1-3/+2
2015-04-30TEST: add module to test installed scriptsMatthew Brett1-0/+4
2015-03-22TST: Disable travis bento build.Charles Harris1-2/+3
2014-11-10MAINT: give up on rackspace wheelsMatthew Brett1-1/+2
2014-11-07MAINT: add --no-cython-compile flag for CythonMatthew Brett1-1/+1
2014-11-07MAINT: use scikit-image wheels collectionMatthew Brett1-1/+1
2014-10-04Merge pull request #5149 from charris/fix-ma-docs-for-OO-optionJulian Taylor1-1/+1
2014-10-04TST: Add test with python flag -OO.Charles Harris1-1/+1
2014-07-16TST: remove not important tests to reduce travis loadJulian Taylor1-5/+1
2014-07-06Merge pull request #4671 from charris/prepare-1.10-develCharles Harris1-2/+2
2014-05-06MAINT: Make NPY_RELAXED_STRIDE_CHECKING true by default.Charles Harris1-2/+2
2014-05-04TST: add travis test for wheel build and installMatthew Brett1-0/+2
2014-04-05BLD: remove cython c source from gitJulian Taylor1-0/+2
2014-02-25TST: switch i386 build to python3.4 defaulting ubuntu 14.04Julian Taylor1-1/+1
2014-01-16TST: add travis test using python-dbgJulian Taylor1-0/+2
2014-01-11TST: run slow chroot test earlier for better load balancingJulian Taylor1-2/+2
2014-01-03TST: add 32 bit travis testsJulian Taylor1-20/+3
2013-12-08MAINT: remove useless email notification in .travis.ymlRalf Gommers1-4/+0
2013-12-08TST: add Bento build to Travis CI runs.Ralf Gommers1-1/+3
2013-09-21ENH: Add gfortran to travis.yml configuration to enable f2py tests.Charles Harris1-2/+2
2013-09-05BLD TRAVIS: Added libatlas to travis build so it can test BLAS stuff.Blake Griffith1-0/+2
2013-04-06[BLD] Run 'full' test suite on Travis, including 'slow' testsNathaniel J. Smith1-1/+1
2013-04-02TST: Add NPY_RELAXED_STRIDES_CHECKING to TravisSebastian Berg1-1/+5
2013-03-02Travis: record some basic information about the build platformNathaniel J. Smith1-0/+4
2013-01-24FEAT: use separate build by default.David Cournapeau1-2/+2
2013-01-03TST: remove Python 2.4 and 2.5 testing from Travis config.Ralf Gommers1-25/+0
2012-12-20TST: Replace Python 3.1 test with 3.3.Ondřej Čertík1-1/+1
2012-11-25FIX: Use 'pip' for travis build.Nathaniel J. Smith1-1/+10
2012-06-24TST: fix .travis.yml to re-enable python 2.4 builds.David Cournapeau1-1/+0
2012-06-24TST: fix matrix def in travis to avoid unwanted builds.David Cournapeau1-1/+0
2012-06-24TST: add separate compilation to travis-ci matrix.David Cournapeau1-0/+6
2012-06-16travis-ci: add python 3.1 to the list of tested versions.Nathaniel J. Smith1-0/+1
2012-06-16Disable email notifications from travis-ci for nowNathaniel J. Smith1-1/+4
2012-06-16Simpler .travis.yml to test everything from py2.4 to py3.2Marc Abramowitz1-19/+16
2012-06-05Add .travis.yml for Travis CI (http://travis-ci.org/)Marc Abramowitz1-0/+57