summaryrefslogtreecommitdiff
path: root/docs/guide/testing.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guide/testing.rst')
-rw-r--r--docs/guide/testing.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/guide/testing.rst b/docs/guide/testing.rst
index 6a7c6632..b4493e86 100644
--- a/docs/guide/testing.rst
+++ b/docs/guide/testing.rst
@@ -4,7 +4,7 @@
Testing and Continuous Integration
==================================
-To get automated tests of GTK+ code running on a headless server use Xvfb
+To get automated tests of GTK code running on a headless server use Xvfb
(virtual framebuffer X server). It provides the ``xvfb-run -a`` command which
creates a temporary X server without the need for any real display hardware.
@@ -16,7 +16,7 @@ creates a temporary X server without the need for any real display hardware.
Continuous Integration using Travis CI / CircleCI
-------------------------------------------------
-Travis CI uses a rather old Ubuntu and thus the supported GTK+ is at 3.10 and
+Travis CI uses a rather old Ubuntu and thus the supported GTK is at 3.10 and
PyGObject is at 3.12. If that's enough for you then have a look at our Travis
CI example project:
@@ -25,7 +25,7 @@ CI example project:
.. image:: https://travis-ci.org/pygobject/pygobject-travis-ci-examples.svg?branch=master
:target: https://travis-ci.org/pygobject/pygobject-travis-ci-examples
-To get newer PyGObject, GTK+, etc. working on `Travis CI
+To get newer PyGObject, GTK, etc. working on `Travis CI
<https://travis-ci.org>`__ or `CircleCI <https://circleci.com>`__ you can use
Docker with an image of your choosing. Have a look at our Docker example
project which runs tests on various Debian, Ubuntu and Fedora versions: