Skip to content

Commit 5f825cb

Browse files
committed
fix to run tox
1 parent 2543980 commit 5f825cb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ significantly mistune, lpod, pygments, lxml and pillow) manually.
4141

4242
Run `tox` to run the test suite.
4343

44+
pip install tox
45+
tox -v
46+
47+
4448
## Usage
4549

4650
usage: odpdown [-h] [--version] [-p PAGE] [-n] [-s HIGHLIGHT_STYLE]

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ envlist = py27,flake8
44
[testenv]
55
whitelist_externals = cram
66
deps = -rrequirements.txt
7-
lxml
87
nose
98
commands = nosetests
109
cram cramtest
@@ -13,4 +12,4 @@ commands = nosetests
1312
basepython=python
1413
deps=flake8
1514
commands=
16-
flake8 odpdown odpdown.py
15+
flake8 odpdown odpdown.py

0 commit comments

Comments
 (0)