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
BioHPC
clair-singularity
Commits
d17ffdb0
Commit
d17ffdb0
authored
Aug 24, 2017
by
David Trudgian
Browse files
No singularity-python dependency
parent
74487d75
Changes
2
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
d17ffdb0
...
...
@@ -17,12 +17,11 @@ before_install:
-
docker run -p 6060:6060 --link db:postgres -d --name clair arminc/clair-local-scan:v2.0.0
-
docker ps
install
:
-
pip install --only-binary=numpy,scipy,scikit-learn,pandas numpy scipy scikit-learn pandas
-
pip install flake8 pytest pytest-cov pytest-flake8
-
pip install python-coveralls
-
pip install flake8 pytest pytest-cov pytest-flake8 python-coveralls
-
python setup.py install
script
:
-
pytest tests/ --cov clair_singularity --cov-report term-missing
after_success
:
-
coveralls
setup.py
View file @
d17ffdb0
...
...
@@ -3,7 +3,7 @@ Scan Singularity container images using CoreOS Clair.
"""
from
setuptools
import
find_packages
,
setup
dependencies
=
[
'click'
,
'singularity'
,
'six'
]
dependencies
=
[
'click'
,
'six'
]
setup
(
name
=
'clair_singularity'
,
...
...
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