Skip to content

Commit

Permalink
Further CI integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Sep 28, 2015
1 parent db272f8 commit 930dad4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ python:
- "2.7"
#- "3.5"
# command to install dependencies
install:
install:
- python setup.py install
- pip install -r requirements.txt

# command to run tests
script: bash run_tests.sh
after_success: coveralls
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Panoramix
=========
![img](https://travis-ci.org/mistercrunch/panoramix.svg?branch=master)

Panoramix is a data exploration platform designed to be visual, intuitive
and interactive.
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
alembic
coverage
coveralls
flask
flask-appbuilder
flask-login
Expand Down

0 comments on commit 930dad4

Please sign in to comment.