Browse Source

changing "(tests are) automatically run" to correspond to the earlier instance of "run automatically (on the build server)"

0.13
Matthew English 9 years ago
parent
commit
fe80102d33
  1. 3
      README.md

3
README.md

@ -57,8 +57,7 @@ There are also [regression and integration tests](/qa) of the RPC interface, wri @@ -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

Loading…
Cancel
Save