Skip to content

Commit ec1b75d

Browse files
committed
CI: Stop testing at Travis CI and AppVeyor
1 parent 8cde480 commit ec1b75d

11 files changed

Lines changed: 12 additions & 390 deletions

File tree

.travis.yml

Lines changed: 0 additions & 140 deletions
This file was deleted.

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
global-include *.py *.rst *.txt
22
recursive-include docs *.css *.html *.js *.gif *.png
3-
include LICENSE MANIFEST.in .travis.yml tox.ini
3+
include LICENSE MANIFEST.in .tox.ini
44
include debian/* sqlobject/.coveragerc
55
include docs/Makefile docs/genapidocs docs/rebuild
66
recursive-exclude devscripts *

appveyor.yml

Lines changed: 0 additions & 141 deletions
This file was deleted.

devscripts/BRANCH-CHECKLIST

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
setup.cfg in the branch edit section [publish] - uncomment doc-dest
1010
for stable branch. In setup.py in the branch edit URL (remove
1111
'/devel') and download URLs. In setup.py and DeveloperGuide.rst edit
12-
Travis CI build status image URL (change branch). Commit.
12+
CI build status image URL (change branch). Commit.
1313

1414
1b. If the branching point was master the script checks out master and
1515
calls editor again; edit README.rst, __version__.py and News.rst in

devscripts/branch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ micro = 0
4242
release_level = 'trunk'
4343
serial = 0
4444
version_info = (major, minor, micro, release_level, serial)" > sqlobject/__version__.py &&
45-
`git var GIT_EDITOR` README.rst sqlobject/__version__.py docs/News.rst appveyor.yml setup.py &&
45+
`git var GIT_EDITOR` README.rst sqlobject/__version__.py docs/News.rst setup.py &&
4646
git commit --message="Next branch will be $major.$next_minor" README.rst sqlobject/__version__.py docs/News.rst setup.py &&
4747

4848
exec sed -i /"$major\.$minor"/"$major.$next_minor"/ ANNOUNCE.rst

docs/DeveloperGuide.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -276,19 +276,6 @@ forced to write the test. That's no fun for us, to just be writing
276276
tests. So please, write tests; everything at least needs to be
277277
exercised, even if the tests are absolutely complete.
278278

279-
We now use Travis CI and AppVeyor to run tests. See the statuses:
280-
281-
.. image:: https://api.travis-ci.com/sqlobject/sqlobject.svg?branch=master
282-
:target: https://travis-ci.com/github/sqlobject/sqlobject
283-
284-
.. image:: https://ci.appveyor.com/api/projects/status/github/sqlobject/sqlobject?branch=master
285-
:target: https://ci.appveyor.com/project/phdru/sqlobject
286-
287-
To avoid triggering unnecessary test run at CI services add text `[skip ci]
288-
<https://docs.travis-ci.com/user/customizing-the-build/#skipping-a-build>`_ or
289-
``[ci skip]`` anywhere in your commit messages for commits that don't change
290-
code (documentation updates and such).
291-
292279
We use `coverage.py <https://pypi.org/project/coverage/>`_
293280
to measures code coverage by tests and upload the result for analyzis to
294281
`Coveralls <https://coveralls.io/github/sqlobject/sqlobject>`_ and

docs/News.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ Tests
2121

2222
* Run tests with Python 3.10.
2323

24+
CI
25+
--
26+
27+
* Stop testing at Travis CI.
28+
29+
* Stop testing at AppVeyor.
30+
2431
Documentation
2532
-------------
2633

docs/TODO.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ TODO
33

44
* Fix test ordering problem with Postgres.
55

6-
* Fix unicode problems with pyodbc at AppVeyor.
6+
* Fix unicode problems with pyodbc.
77

88
* Resolve timeout problems with MSSQL.
99

0 commit comments

Comments
 (0)