Skip to content
GitLab
Menu
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
42d9e5fb
Commit
42d9e5fb
authored
Oct 22, 2018
by
Jaden DIEFENBAUGH
Committed by
Flavio TARSETTI
Nov 27, 2018
Browse files
try to get CI to run tests
parent
33536f87
Changes
1
Hide whitespace changes
Inline
Side-by-side
conda/meta.yaml
View file @
42d9e5fb
...
...
@@ -36,6 +36,9 @@ requirements:
-
beat.cmdline
test
:
script_env
:
-
BEAT_BROWSER_TESTS
files
:
-
js
...
...
@@ -56,7 +59,7 @@ test:
-
beat editor --help
-
beat editor serve --help
-
nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
{
%
if environ.get('BEAT_BROWSER_TESTS'
,
False
) %
}
{
%
if environ.get('BEAT_BROWSER_TESTS') %
}
-
cd {{ project_dir }}/conda/js
-
npm install
-
npm test
...
...
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