Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 951cec2

Browse files
committed
Minor update in development docs
1 parent 1ed245f commit 951cec2

8 files changed

+1504
-1051
lines changed

‎devel/DeveloperGuide.html‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,15 +262,16 @@ <h1>Testing</h1>
262262
<p>We now use Travis CI and Circle CI to run tests. See the statuses:</p>
263263
<a href="https://travis-ci.org/sqlobject/sqlobject" class="reference external image-reference"><img src="https://travis-ci.org/sqlobject/sqlobject.svg?branch=master" alt="https://travis-ci.org/sqlobject/sqlobject.svg?branch=master"></a>
264264
<a href="https://circleci.com/gh/sqlobject/sqlobject" class="reference external image-reference"><img src="https://circleci.com/gh/sqlobject/sqlobject.svg?style=shield" alt="https://circleci.com/gh/sqlobject/sqlobject.svg?style=shield"></a>
265-
<p>To avoid triggering unnecessary test run at Travis add text
265+
<p>To avoid triggering unnecessary test run at CI services add text
266266
<a href="https://docs.travis-ci.com/user/customizing-the-build/#skipping-a-build" class="reference external">[skip ci] or [ci skip]</a>
267267
anywhere in your commit messages for commits that don't change code
268268
(documentation updates and such).</p>
269269
<p>We use <a href="https://pypi.python.org/pypi/coverage" class="reference external">coverage.py</a>
270270
to measures code coverage by tests and upload the result for analyzis to
271271
<a href="https://coveralls.io/github/sqlobject/sqlobject" class="reference external">Coveralls</a> and
272-
<a href="https://codecov.io/gh/sqlobject/sqlobject" class="reference external">Codecov</a>.</p>
272+
<a href="https://codecov.io/gh/sqlobject/sqlobject" class="reference external">Codecov</a>:</p>
273273
<a href="https://coveralls.io/github/sqlobject/sqlobject?branch=master" class="reference external image-reference"><img src="https://coveralls.io/repos/github/sqlobject/sqlobject/badge.svg?branch=master" alt="https://coveralls.io/repos/github/sqlobject/sqlobject/badge.svg?branch=master"></a>
274+
<a href="https://codecov.io/gh/sqlobject/sqlobject" class="reference external image-reference"><object type="image/svg+xml" data="https://codecov.io/gh/sqlobject/sqlobject/branch/master/graph/badge.svg">https://codecov.io/gh/sqlobject/sqlobject/branch/master/graph/badge.svg</object></a>
274275
</div>
275276
<div class="section" id="documentation">
276277
<h1>Documentation</h1>

‎devel/News.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2>Source code</h2>
8282
<div class="section" id="tests">
8383
<h2>Tests</h2>
8484
<ul class="simple">
85-
<li>Test are now run at Circle CI.</li>
85+
<li>Tests are now run at Circle CI.</li>
8686
<li>Use pytest-cov for test coverage. Report test coverage
8787
via coveralls.io and codecov.io.</li>
8888
<li>Install mxDateTime to run date/time tests with it.</li>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /