Skip to content
Snippets Groups Projects
Commit 0eba9e4b authored by Olivier Bertrand's avatar Olivier Bertrand
Browse files

Update setup.py

add tox and flake 8 in install
parent 5b340db5
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,9 @@ setup_dict = {'name': 'navipy',
'sphinx_rtd_theme',
'networkx',
'sphinx-argparse',
'ipython'],
'ipython',
'flake8',
'tox',
'package_data': {'navipy': ['resources/database.db',
'resources/*.blend']},
'include_package_data': True,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment