mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Adapting command
This commit is contained in:
@@ -3,6 +3,7 @@ python:
|
||||
- "2.7"
|
||||
#- "3.5"
|
||||
# command to install dependencies
|
||||
install: "pip install -r requirements.txt"
|
||||
install:
|
||||
- python setup.py install
|
||||
# command to run tests
|
||||
script: run_tests.sh
|
||||
script: bash run_tests.sh
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
rm /tmp/panoramix_unittests.db
|
||||
export PANORAMIX_CONFIG=tests.panoramix_test_config
|
||||
panoramix/bin/panoramix db upgrade
|
||||
|
||||
Reference in New Issue
Block a user