Adapting command
This commit is contained in:
parent
a2a0545323
commit
80228ac293
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue