Adapting command

This commit is contained in:
Maxime Beauchemin 2015-09-28 11:56:43 -07:00
parent a2a0545323
commit 80228ac293
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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