Skip to content
Snippets Groups Projects
Commit 87759783 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Tweaks to build stuff

parent c0e0f114
No related branches found
No related tags found
No related merge requests found
...@@ -2,4 +2,4 @@ six>=1.10.0,<2.0 ...@@ -2,4 +2,4 @@ six>=1.10.0,<2.0
numpy>=1.11.1,<2.0 numpy>=1.11.1,<2.0
nibabel>=2.1,<3.0 nibabel>=2.1,<3.0
indexed_gzip>=0.3.3,<0.4 indexed_gzip>=0.3.3,<0.4
wxPython>=3.0.2.0,<=4.0.0a2 wxPython>=3.0.2.0,<4.1
...@@ -106,6 +106,7 @@ setup( ...@@ -106,6 +106,7 @@ setup(
setup_requires=['pytest-runner', 'sphinx', 'sphinx-rtd-theme', 'mock'], setup_requires=['pytest-runner', 'sphinx', 'sphinx-rtd-theme', 'mock'],
tests_require=['mock', tests_require=['mock',
'coverage',
'pytest-cov', 'pytest-cov',
'pytest-html', 'pytest-html',
'pytest-runner', 'pytest-runner',
......
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