summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* TST: add travis test for wheel build and installMatthew Brett2014-05-041-0/+2
| | | | | Add travis build that builds and installs wheel, runs tests from installed wheel.
* BLD: remove cython c source from gitJulian Taylor2014-04-051-0/+2
| | | | | | | Instead generate at build time. The generated sources are still part of the sdist. tools/cythonize.py is copied from SciPy with small changes to the configuration.
* TST: switch i386 build to python3.4 defaulting ubuntu 14.04Julian Taylor2014-02-251-1/+1
| | | | to do that fix a missing $DIST variable usage in the test script
* TST: add travis test using python-dbgJulian Taylor2014-01-161-0/+2
| | | | | python-dbg adds couple extra asserts on reference counts, memory allocation and also enables a few numpy internal asserts.
* TST: run slow chroot test earlier for better load balancingJulian Taylor2014-01-111-2/+2
|
* TST: add 32 bit travis testsJulian Taylor2014-01-031-20/+3
| | | | | | | | Implemented by setting up a chroot in the travis VM and moving all the test logic, including bento build, to a single script. This is still reasonable fast, about twice as slow as the normal tests. When Travis updates to a newer OS it can be replaced by standard cross compiling.
* MAINT: remove useless email notification in .travis.ymlRalf Gommers2013-12-081-4/+0
|
* TST: add Bento build to Travis CI runs.Ralf Gommers2013-12-081-1/+3
|
* ENH: Add gfortran to travis.yml configuration to enable f2py tests.Charles Harris2013-09-211-2/+2
|
* BLD TRAVIS: Added libatlas to travis build so it can test BLAS stuff.Blake Griffith2013-09-051-0/+2
| | | | sudo apt-get install -qq libatlas-dev libatlas-base-dev
* [BLD] Run 'full' test suite on Travis, including 'slow' testsNathaniel J. Smith2013-04-061-1/+1
| | | | | | There's no reason *not* to run the full test suite on Travis, so long as we fit in under the time limit. And no way to find out if we fit under the time limit except to try ;-).
* TST: Add NPY_RELAXED_STRIDES_CHECKING to TravisSebastian Berg2013-04-021-1/+5
|
* Travis: record some basic information about the build platformNathaniel J. Smith2013-03-021-0/+4
| | | | The question has come up sometimes about how much memory etc. we have available for Travis builds. Let's just log the relevant resource limits at the top of every build log.
* FEAT: use separate build by default.David Cournapeau2013-01-241-2/+2
|
* TST: remove Python 2.4 and 2.5 testing from Travis config.Ralf Gommers2013-01-031-25/+0
| | | | | Done because for 1.8 we're not supporting these Python versions anymore, and this PR break 2.4 compatibility.
* TST: Replace Python 3.1 test with 3.3.Ondřej Čertík2012-12-201-1/+1
| | | | | | Travis does not support 3.1 anymore, but supports 3.3. See: https://groups.google.com/d/topic/travis-ci/02iRu6kmwY8/discussion
* FIX: Use 'pip' for travis build.Nathaniel J. Smith2012-11-251-1/+10
| | | | Closes gh-2768.
* TST: fix .travis.yml to re-enable python 2.4 builds.David Cournapeau2012-06-241-1/+0
|
* TST: fix matrix def in travis to avoid unwanted builds.David Cournapeau2012-06-241-1/+0
|
* TST: add separate compilation to travis-ci matrix.David Cournapeau2012-06-241-0/+6
| | | | | We only test 2.7 and 3.2 for now. If NumFocus does a donation, maybe we can reasonably expand to all the versions we care about.
* travis-ci: add python 3.1 to the list of tested versions.Nathaniel J. Smith2012-06-161-0/+1
|
* Disable email notifications from travis-ci for nowNathaniel J. Smith2012-06-161-1/+4
|
* Simpler .travis.yml to test everything from py2.4 to py3.2Marc Abramowitz2012-06-161-19/+16
| | | | | Uses Travis's new "matrix: include:" feature which makes "the 2.4 hack" more straightforward.
* Add .travis.yml for Travis CI (http://travis-ci.org/)Marc Abramowitz2012-06-051-0/+57