Skip to content

Commit ed435fc

Browse files
committed
Add tox command for making export
1 parent 2a16935 commit ed435fc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
packages=find_packages(),
3131
extras_require={
3232
'test': ['pytest'],
33-
'html': ['protmapper', 'indra'],
33+
'html': ['requests', 'tqdm', 'pandas', 'click', 'jinja2'],
3434
},
3535
package_data={'': ['entities.csv', 'equivalences.csv',
3636
'grounding_map.csv', 'relations.csv',

tox.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,10 @@ commands =
1919
deps =
2020
indra
2121
pybel
22+
23+
[testenv:html]
24+
usedevelop = true
25+
commands =
26+
python -m famplex.html
27+
extras =
28+
html

0 commit comments

Comments
 (0)