Skip to content
Snippets Groups Projects
Commit f3ef9168 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[conda] Refactor for PyQt based development

parent 8754a5e7
No related branches found
No related tags found
No related merge requests found
......@@ -10,9 +10,6 @@ build:
run_exports:
- {{ pin_subpackage(name) }}
script:
- cd {{ environ.get('RECIPE_DIR') }}/js
- npm install
- npm run build
- cd {{ project_dir }}
{% if environ.get('BUILD_EGG') %}
- python setup.py sdist --formats=zip
......@@ -21,43 +18,36 @@ build:
requirements:
host:
- pip
- python {{ python }}
- setuptools {{ setuptools }}
- nodejs {{ nodejs }}
run:
- python
- setuptools
- simplejson
- jinja2
- flask
- flask-cors
- flask-restful
- pyqt
- click
- click-plugins
- docopt
- beat.cmdline
test:
script_env:
- BEAT_BROWSER_TESTS
files:
- js
requires:
- bob-devel {{ bob_devel }}.*
- beat-devel {{ beat_devel }}.*
- bob.extension
- nose
- pytest
- coverage
- sphinx
- sphinx_rtd_theme
- nodejs
imports:
- {{ name }}
commands:
- beat editor --help
- beat editor serve --help
- nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
- if [ -n "${BEAT_BROWSER_TESTS}" ]; then cd {{ project_dir }}/conda/js; fi
- if [ -n "${BEAT_BROWSER_TESTS}" ]; then npm install; fi
......
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