File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- Travis is a ci service that's well-integrated with github .
2
- The following ypes of breakage should be detected
3
- by travis builds:
1
+ Travis is a ci service that's well-integrated with GitHub .
2
+ The following types of breakage should be detected
3
+ by Travis builds:
4
4
5
- 1) Failing tests on any supported version of python .
5
+ 1) Failing tests on any supported version of Python .
6
6
2) Pandas should install and the tests should run if no optional deps are installed.
7
7
That also means tests which rely on optional deps need to raise SkipTest()
8
8
if the dep is missing.
9
9
3) unicode related fails when running under exotic locales.
10
10
11
11
We tried running the vbench suite for a while, but with varying load
12
- on travis machines, that wasn't useful.
12
+ on Travis machines, that wasn't useful.
13
13
14
14
Travis currently (4/2013) has a 5-job concurrency limit. Exceeding it
15
15
basically doubles the total runtime for a commit through travis, and
You can’t perform that action at this time.
0 commit comments