syncing master
This commit is contained in:
6
tasks.py
6
tasks.py
@@ -17,12 +17,12 @@ def test(ctx):
|
||||
|
||||
@task
|
||||
def test_ci(ctx):
|
||||
run('nosetests --with-xunit --xunit-file $CIRCLE_TEST_REPORTS/nosetests.xml')
|
||||
test_js_ci(None)
|
||||
run('nosetests --nologcapture --with-xunit --xunit-file $CIRCLE_TEST_REPORTS/nosetests.xml')
|
||||
test_js_ci(ctx)
|
||||
|
||||
|
||||
def test_js_ci(ctx):
|
||||
run('karma start spec/javascripts/karma.config.js --single-run --browsers Chrome')
|
||||
run('./node_modules/.bin/karma start spec/javascripts/karma.config.js')
|
||||
|
||||
|
||||
@task
|
||||
|
||||
Reference in New Issue
Block a user