fix markup and typo

This commit is contained in:
Radovan Bast 2015-09-10 07:46:34 +02:00
parent 5a889609e0
commit b48fb20036

View File

@ -13,12 +13,12 @@ Your contributions and changes should preserve the test set. You can run locally
$ py.test test/test.py $ py.test test/test.py
You can also select individual tests, for example those with *fc_blas* string in the name You can also select individual tests, for example those with ``fc_blas`` string in the name::
$ py.test -k fc_blas test/test.py $ py.test -k fc_blas test/test.py
For more options, see the *py.test* flags. For more options, see the ``py.test`` flags.
This test set is run upon each push to the central repository. This test set is run upon each push to the central repository.
See also the `Travis <https://travis-ci.org/scisoft/autocmake/builds>`__ and the See also the `Travis <https://travis-ci.org/scisoft/autocmake/builds>`__ and the
`Appveyour <https://ci.appveyor.com/project/bast/autocmake/history>`__ build and test history. `Appveyor <https://ci.appveyor.com/project/bast/autocmake/history>`__ build and test history.