Skip to content

Files

Latest commit

Jan 19, 2017
fd54712 · Jan 19, 2017

History

History
This branch is 21542 commits behind pandas-dev/pandas:main.

ci

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 9, 2017
Jul 24, 2014
Jun 24, 2016
Dec 11, 2016
Jun 24, 2016
Jan 9, 2017
Mar 9, 2016
Apr 20, 2015
Dec 26, 2016
Dec 24, 2016
Jan 19, 2017
Oct 24, 2013
Jan 7, 2014
Dec 26, 2016
Dec 12, 2016
Sep 3, 2016
Dec 19, 2016
Dec 26, 2016
Sep 16, 2015
Dec 12, 2016
Mar 18, 2016
Jan 7, 2016
Dec 12, 2016
Sep 12, 2015
Sep 16, 2015
Oct 6, 2015
Oct 21, 2015
Dec 19, 2016
Mar 9, 2016
Oct 26, 2016
Mar 11, 2016
May 26, 2016
Oct 8, 2015
Mar 3, 2016
Nov 17, 2016
Dec 26, 2016
Oct 27, 2015
Dec 26, 2016
Dec 26, 2016
Sep 10, 2016
Sep 10, 2016
Dec 30, 2016
Dec 30, 2016
Dec 30, 2016
Jan 16, 2016
Jan 16, 2016
Nov 17, 2016
Apr 5, 2016
Nov 12, 2016
Dec 26, 2016
Dec 26, 2016
Jan 9, 2017
Dec 24, 2016
Jan 9, 2017
Jan 9, 2017
Jan 9, 2017
Jan 2, 2016
Jan 2, 2016
Jan 24, 2016
Dec 5, 2015
Mar 15, 2016
Jan 19, 2017
Oct 31, 2016
Aug 31, 2016
Oct 31, 2016
Oct 31, 2016
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.