From fe80102d3320c973b34daa245b3e41fb38413223 Mon Sep 17 00:00:00 2001 From: Matthew English Date: Mon, 9 May 2016 14:00:28 +0200 Subject: [PATCH] changing "(tests are) automatically run" to correspond to the earlier instance of "run automatically (on the build server)" --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 85b198556..8e816e7a4 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,7 @@ There are also [regression and integration tests](/qa) of the RPC interface, wri in Python, that are run automatically on the build server. These tests can be run (if the [test dependencies](/qa) are installed) with: `qa/pull-tester/rpc-tests.py` -The Travis CI system makes sure that every pull request is built for Windows -and Linux, OS X, and that unit and sanity tests are automatically run. +The Travis CI system makes sure that every pull request is built for Windows, Linux, and OS X, and that unit/sanity tests are run automatically. ### Manual Quality Assurance (QA) Testing