Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fslpy
Commits
82f88c7c
Commit
82f88c7c
authored
Feb 27, 2018
by
Matthew Webster
Browse files
Changes to run minimal test
parent
fb688ce9
Changes
1
Hide whitespace changes
Inline
Side-by-side
.conda/meta.yaml
View file @
82f88c7c
...
...
@@ -4,22 +4,22 @@ package:
version
:
{{
data
[
'
version'
]}}
build
:
noarch
:
python
script
:
python setup.py install --single-version-externally-managed --record=record.txt
noarch
:
python
script
:
python setup.py install --single-version-externally-managed --record=record.txt
source
:
path
:
../
requirements
:
build
:
-
python
>2
-
python
{{ python }}
-
setuptools
{
%
for package in data.get('setup_requires'
,
{}
) %
}
-
{{
package.lower()
}}
{
%
endfor %
}
run
:
-
python
>2
-
python
{
%
for package in data.get('install_requires'
,
{}
) %
}
-
{{
package.lower()
}}
{
%
endfor %
}
...
...
@@ -40,7 +40,7 @@ test:
source_files
:
-
{{
data
[
'
test_suite'
]
}}
commands
:
-
python -m pytest {{ data['test_suite'] }}
-
python -m pytest {{ data['test_suite'] }}
-m "not (fsltest or wxtest or dicomtest or meshtest or igziptest or longtest)"
{
%
endif %
}
about
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment