- commit
- 758e289169dcba671e6747c5ffe4e1043d6f970e
- parent
- 7ff6abc06908c0c8254b77c71a631ca650f1d571
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2015-03-22 22:03
test documentation
Diffstat
| M | README.rst | 9 | +++++++++ |
| M | tox.ini | 3 | ++- |
2 files changed, 11 insertions, 1 deletions
diff --git a/README.rst b/README.rst
@@ -35,5 +35,14 @@ Example 35 35 screen.cleanup() 36 36 sys.exit() 37 37 -1 38 Tests -1 39 ----- -1 40 -1 41 In order to run the tests you need to have ``python-xlib`` installed. Then -1 42 you only need to run the following command:: -1 43 -1 44 tox --sitepackages -1 45 -1 46 38 47 .. _curses: https://docs.python.org/2/library/curses.html 39 48 .. _pygame: http://pygame.org
diff --git a/tox.ini b/tox.ini
@@ -9,8 +9,9 @@ envlist = py26, py27 9 9 [testenv] 10 10 commands = 11 11 flake812 -1 nosetests -w tests-1 12 python /usr/bin/nosetests 13 13 deps = -1 14 PyUserInput 14 15 flake8 15 16 nose 16 17 coverage