Skip to content

Commit 6cba473

Browse files
committed
Merge pull request #7831 from nathantypanski/typo-correction
CI: fix typos in readme
2 parents 24b309f + 902de5b commit 6cba473

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ci/README.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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:
44

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

1111
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.
1313

1414
Travis currently (4/2013) has a 5-job concurrency limit. Exceeding it
1515
basically doubles the total runtime for a commit through travis, and

0 commit comments

Comments
 (0)