Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,16 @@ On Windows, run it via the command prompt (Start ‣ Accessories):

Alternatively, running `odpdown` directly from the git checkout is
also possible, provided you've installed the prerequisites (most
significantly mistune, lpod, pygments and pillow) manually.
significantly mistune, lpod, pygments, lxml and pillow) manually.

## Tests

Run `tox` to run the test suite.

pip install tox
tox -v


## Usage

usage: odpdown [-h] [--version] [-p PAGE] [-n] [-s HIGHLIGHT_STYLE]
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ cram>=0.6
pygments>=1.6
pillow>=2.0
BeautifulSoup
lxml>=3.4.4
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class install(setuptools.command.install.install):
'lpod-python>=1.1.6',
'pygments>=1.6',
'pillow>=2.0',
'lxml>=3.4.4',
],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ envlist = py27,flake8
[testenv]
whitelist_externals = cram
deps = -rrequirements.txt
lxml
nose
commands = nosetests
cram cramtest
Expand All @@ -13,4 +12,4 @@ commands = nosetests
basepython=python
deps=flake8
commands=
flake8 odpdown odpdown.py
flake8 odpdown odpdown.py