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
c8209e8a
Commit
c8209e8a
authored
Aug 25, 2017
by
David Trudgian
Browse files
Remove .pyc between local and docker travis tests
parent
a292329c
Changes
1
Hide whitespace changes
Inline
Side-by-side
build_scripts/travis_tests.sh
View file @
c8209e8a
...
...
@@ -17,6 +17,10 @@ if [[ $TRAVIS_PYTHON_VERSION == "3.5"* ]]; then
docker run
-p
6060:6060
--link
db:postgres
-d
--name
clair arminc/clair-local-scan:v2.0.0
docker ps
docker build
-t
clair_singularity
.
# Clear out any old .pyc from the local tests
find
.
-name
*
.pyc
-delete
docker run
-v
$TRAVIS_BUILD_DIR
:/app
--privileged
--name
clair-singularity
--link
clair:clair clair_singularity pytest tests/
-v
--cov
clair_singularity
--cov-report
term-missing
if
[
$?
-eq
0
]
;
then
coveralls
-b
$TRAVIS_BUILD_DIR
...
...
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