From 65cbfa8d95e08361cbac9642e0deff0a4fb7f24c Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Thu, 10 Sep 2015 07:49:16 +0200 Subject: [PATCH] reformulate --- doc/contributors/testing.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/contributors/testing.rst b/doc/contributors/testing.rst index d6e9d50..f4843ae 100644 --- a/doc/contributors/testing.rst +++ b/doc/contributors/testing.rst @@ -6,8 +6,7 @@ Testing Autocmake You will need to install `pytest `__. Check also the `Travis `__ -and the `Appveyor `__ -build and test recipes for other requirements. +build and test recipe for other requirements. Your contributions and changes should preserve the test set. You can run locally all tests with:: @@ -20,5 +19,8 @@ You can also select individual tests, for example those with ``fc_blas`` string For more options, see the ``py.test`` flags. This test set is run upon each push to the central repository. -See also the `Travis `__ and the -`Appveyor `__ build and test history. +See also the `Travis `__ +build and test history. + +In addition we also test Autocmake on a Windows CI server: `Appveyor `__. +This is controlled by `Appveyor `__.