Skip to content

Files

Latest commit

30c6679 · Sep 16, 2014

History

History
This branch is 2 commits ahead of, 25623 commits behind pandas-dev/pandas:main.

ci

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 30, 2014
Feb 2, 2014
Mar 17, 2014
Jul 24, 2014
Apr 28, 2014
Jun 17, 2013
Feb 2, 2014
Aug 29, 2014
May 2, 2014
Oct 24, 2013
Jan 7, 2014
Sep 16, 2014
Aug 12, 2014
Aug 12, 2014
Feb 23, 2014
Mar 6, 2014
Jun 2, 2014
Jul 10, 2014
Jul 6, 2014
Apr 28, 2014
May 5, 2014
Travis is a ci service that's well-integrated with GitHub.
The following types of breakage should be detected
by Travis builds:

1) Failing tests on any supported version of Python.
2) Pandas should install and the tests should run if no optional deps are installed.
That also means tests which rely on optional deps need to raise SkipTest()
if the dep is missing.
3) unicode related fails when running under exotic locales.

We tried running the vbench suite for a while, but with varying load
on Travis machines, that wasn't useful.

Travis currently (4/2013) has a 5-job concurrency limit. Exceeding it
basically doubles the total runtime for a commit through travis, and
since dep+pandas installation is already quite long, this should become
a hard limit on concurrent travis runs.