summaryrefslogtreecommitdiffstats
path: root/tests/README.rst
diff options
context:
space:
mode:
authorLibravatarAgustin Henze <tin@sluc.org.ar>2014-06-13 21:51:02 -0300
committerLibravatarAgustin Henze <tin@sluc.org.ar>2014-06-13 21:51:02 -0300
commit58c4878526dec5510f23c812274686787d8724ba (patch)
tree5f2374bc17adb10e15f7e5b4576595d9cc2ef17e /tests/README.rst
parentfa50632a9d87c3989566fed3e49c160a132e0d14 (diff)
Imported Upstream version 7.0.1upstream/7.0.1
Diffstat (limited to 'tests/README.rst')
-rw-r--r--tests/README.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/README.rst b/tests/README.rst
index 8b2199a..cdf5c8a 100644
--- a/tests/README.rst
+++ b/tests/README.rst
@@ -70,10 +70,9 @@ How to execute the tests
The command to execute tests is::
- nosetests --with-coverage --cover-package=nikola --with-doctest --doctest-options=+NORMALIZE_WHITESPACE --logging-filter=-yapsy
+ doit coverage
-However, this command may change at any given moment. Check the
-``/.travis.yml`` file to get the current command.
+Note that Travis does not use this command — and as such, differences between the two may appear.
In Windows you want to drop the doctests parts, they fail over trivial differences in OS details.