diff --git a/.travis.yml b/.travis.yml index ac844d22a..e76f03b42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/run_tests.sh b/run_tests.sh index 47e9bb17d..65df760a0 100755 --- a/run_tests.sh +++ b/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