Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
beat.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
14
Issues
14
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
beat
beat.core
Commits
9067ff97
Commit
9067ff97
authored
Oct 15, 2018
by
André Anjos
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use docfiles as test input
parent
0be25976
Pipeline
#24319
failed with stages
in 2 minutes and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
conda/meta.yaml
conda/meta.yaml
+3
-0
conda/run_test.sh
conda/run_test.sh
+2
-2
No files found.
conda/meta.yaml
View file @
9067ff97
...
...
@@ -39,6 +39,9 @@ requirements:
-
pillow
test
:
source_files
:
-
doc
requires
:
-
bob-devel {{ bob_devel }}.*
-
beat-devel {{ beat_devel }}.*
...
...
conda/run_test.sh
View file @
9067ff97
...
...
@@ -2,8 +2,8 @@
if
[
-z
"
${
BEAT_DOCKER_TESTS
}
"
]
;
then
nosetests
--with-coverage
--cover-package
=
${
PKG_NAME
}
-sv
${
PKG_NAME
}
--exclude
=
".*test_docker.*"
sphinx-build
-aEW
${
SRC_DIR
}
/doc
${
SRC_DIR
}
/
sphinx
sphinx-build
-aEb
doctest
${
SRC_DIR
}
/
doc sphinx
sphinx-build
-aEW
doc
sphinx
sphinx-build
-aEb
doctest doc sphinx
else
nosetests
--with-coverage
--cover-package
=
${
PKG_NAME
}
-sv
${
PKG_NAME
}
fi
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