Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.editor
Commits
18f381ff
Commit
18f381ff
authored
Oct 29, 2018
by
Jaden DIEFENBAUGH
Committed by
Flavio TARSETTI
Nov 27, 2018
Browse files
get tests running on updated CI, closes
#164
parent
a9e7230c
Changes
1
Hide whitespace changes
Inline
Side-by-side
conda/meta.yaml
View file @
18f381ff
...
...
@@ -59,10 +59,10 @@ test:
-
beat editor --help
-
beat editor serve --help
-
nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
-
if [ -n "${BEAT_
DOCK
ER_TESTS}" ]; then cd {{ project_dir }}/conda/js; fi
-
if [ -n "${BEAT_
DOCK
ER_TESTS}" ]; then npm install; fi
-
if [ -n "${BEAT_
DOCK
ER_TESTS}" ]; then npm test; fi
-
if [ -n "${BEAT_
DOCK
ER_TESTS}" ]; then cd -; fi
-
if [ -n "${BEAT_
BROWS
ER_TESTS}" ]; then cd {{ project_dir }}/conda/js; fi
-
if [ -n "${BEAT_
BROWS
ER_TESTS}" ]; then npm install; fi
-
if [ -n "${BEAT_
BROWS
ER_TESTS}" ]; then npm test; fi
-
if [ -n "${BEAT_
BROWS
ER_TESTS}" ]; then cd -; fi
-
sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx
-
sphinx-build -aEb doctest {{ project_dir }}/doc sphinx
-
conda inspect linkages -p $PREFIX {{ name }}
# [not win]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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