From 80228ac29368ee8b3cd6224a8d1598409a5e0ab7 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 28 Sep 2015 11:56:43 -0700 Subject: [PATCH] Adapting command --- .travis.yml | 5 +++-- run_tests.sh | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ac844d22ab0ec..e76f03b42db06 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 47e9bb17dec4b..65df760a0aa5a 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