Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Peng Lian
param_runner
Commits
96069ca4
Commit
96069ca4
authored
Jan 12, 2017
by
David Trudgian
Browse files
Try to fix CI tests again
parent
88658f31
Changes
2
Hide whitespace changes
Inline
Side-by-side
setup.cfg
View file @
96069ca4
[aliases]
test=pytest
[tool:pytest]
addopts = --cov=param_runner
setup.py
View file @
96069ca4
...
...
@@ -18,7 +18,7 @@ setup(
keywords
=
"hpc computing"
,
url
=
"https://git.biohpc.swmed.edu/biohpc/param_runner"
,
packages
=
[
'param_runner'
],
package_data
=
{
'param_runner'
:
[
'schema/*'
,
'test/*'
]},
package_data
=
{
'param_runner'
:
[
'schema/*'
]},
long_description
=
read
(
'README.md'
),
classifiers
=
[
"Development Status :: 3 - Alpha"
,
...
...
Write
Preview
Markdown
is supported
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