This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SQLObject development repository".
The branch, master has been updated
discards 5dd17da20cc4b264893bed3b21aab7da0bb1ebb2 (commit)
via 5a910d136eacf3b104210a7c00e9164630c25e71 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (5dd17da20cc4b264893bed3b21aab7da0bb1ebb2)
\
N -- N -- N (5a910d136eacf3b104210a7c00e9164630c25e71)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/sqlobject/sqlobject/ci/5a910d136eacf3b104210a7c00e9164630c25e71
commit 5a910d136eacf3b104210a7c00e9164630c25e71
Author: Oleg Broytman <ph...@ph...>
Date: Tue Jan 3 22:02:04 2017 +0300
Drop Circle CI
[skip ci]
diff --git a/circle.yml b/circle.yml
deleted file mode 100644
index 4c9174e..0000000
--- a/circle.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-dependencies:
- cache_directories:
- - ~/.cache/pip
- override:
- - sudo apt-get -qq update
- - sudo apt-get install -y python-egenix-mxdatetime python-mysqldb python-psycopg2 python3-psycopg2
- - pip install -U pip
- - pip install -U tox tox-pyenv
- - pyenv local 2.6.8 2.7.10 3.4.3 3.5.0
-
-test:
- override:
- - ?
- case $CIRCLE_NODE_INDEX in
- 0) tox -e '{py26,py27}-mysqldb,{py34,py35}-mysqlclient' ;;
- 1) tox -e '{py26,py27,py34,py35}-psycopg' ;;
- 2) tox -e '{py26,py27,py34,py35}-sqlite' ;;
- 3) tox -e '{py27,py34}-flake8' ;;
- esac
- :
- parallel: true
diff --git a/docs/DeveloperGuide.rst b/docs/DeveloperGuide.rst
index e4dd096..ce89c86 100644
--- a/docs/DeveloperGuide.rst
+++ b/docs/DeveloperGuide.rst
@@ -257,18 +257,15 @@ forced to write the test. That's no fun for us, to just be writing
tests. So please, write tests; everything at least needs to be
exercised, even if the tests are absolutely complete.
-We now use Travis CI and Circle CI to run tests. See the statuses:
+We now use Travis CI to run tests. See the statuses:
.. image:: https://travis-ci.org/sqlobject/sqlobject.svg?branch=master
:target: https://travis-ci.org/sqlobject/sqlobject
-.. image:: https://circleci.com/gh/sqlobject/sqlobject.svg?style=shield
- :target: https://circleci.com/gh/sqlobject/sqlobject
-
To avoid triggering unnecessary test run at CI services add text `[skip ci]
<https://docs.travis-ci.com/user/customizing-the-build/#skipping-a-build>`_ or
-`[ci skip] <https://circleci.com/docs/skip-a-build/>`_ anywhere in your commit
-messages for commits that don't change code (documentation updates and such).
+``[ci skip]`` anywhere in your commit messages for commits that don't change
+code (documentation updates and such).
We use `coverage.py <https://pypi.python.org/pypi/coverage>`_
to measures code coverage by tests and upload the result for analyzis to
diff --git a/docs/News.rst b/docs/News.rst
index b1fd213..4c2dc9e 100644
--- a/docs/News.rst
+++ b/docs/News.rst
@@ -78,7 +78,7 @@ Tests
* Tests are now run at CIs with ``python3.5``.
-* Tests are split at ``Circle CI`` in 4 parallel containers.
+* Drop ``Circle CI``.
SQLObject 3.1.0
===============
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
SQLObject development repository
|