Skip to content
Snippets Groups Projects
Commit 6e47d282 authored by Flavio TARSETTI's avatar Flavio TARSETTI
Browse files

[conda] removed entry_points and changed beateditor to beat editor

parent 619378b7
No related branches found
No related tags found
1 merge request!12Click beat editor
Pipeline #
......@@ -6,8 +6,6 @@ package:
version: {{ environ.get('BOB_PACKAGE_VERSION', '0.0.1') }}
build:
entry_points:
- beateditor = beat.editor.scripts.server:main
number: {{ environ.get('BOB_BUILD_NUMBER', 0) }}
run_exports:
- {{ pin_subpackage(name) }}
......@@ -55,7 +53,7 @@ test:
- {{ name }}
commands:
- beateditor --help
- beat editor --help
- nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
- sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx
- sphinx-build -aEb doctest {{ project_dir }}/doc sphinx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment