jenkins-bot submitted this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[doc] remove CircleCI test documentation

CircleCI was never used by Pywikibot tests and can be removed.
The documentation is outdated anyway.

Change-Id: I39a0a122b44fd3fc44ad1485755c0c7d8f45d403
---
M tests/README.rst
1 file changed, 0 insertions(+), 25 deletions(-)

diff --git a/tests/README.rst b/tests/README.rst
index 6267c07..c356cde 100644
--- a/tests/README.rst
+++ b/tests/README.rst
@@ -109,31 +109,6 @@

The 'user' tests are not yet enabled on AppVeyor builds.

-CircleCI
-========
-
-After changes are published into a GitHub repository, tests may be run on
-CircleCI Ubuntu servers.
-
-1. create a GitHub and CircleCI account
-2. fork the main GitHub repository
-3. create a project in circleci.com
-4. go to https://circleci.com/gh/<username>/pywikibot/edit#env-vars
- and add the following variables:
-
- - PYWIKIBOT_NO_USER_CONFIG=2
- - TOXENV=py27,py34
-
-5. push changes into the forked git repository
-6. watch the build at https://circleci.com/gh/<username>/pywikibot
-
-PYWIKIBOT_NO_USER_CONFIG=2 is needed because 'python -m unittest' is run.
-
-TOXENV=py27,py34 is a workaround because CircleCI runs 'tox',
-but there is a bug in the CircleCI default 'py26' implementation.
-
-This approach does not include 'user' tests.
-
Environment variables
=====================


To view, visit change 743569. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I39a0a122b44fd3fc44ad1485755c0c7d8f45d403
Gerrit-Change-Number: 743569
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Rubin <rubin.happy@gmail.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged