Skip to content

Commit

Permalink
Adapting command
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Sep 28, 2015
1 parent a2a0545 commit 80228ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions run_tests.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 80228ac

Please sign in to comment.