Skip to content

Commit

Permalink
update travis yml to remove 2.6 and add githash to env for heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
jinpark committed Mar 29, 2015
1 parent 4975955 commit c836462
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,14 +1,16 @@
language: python
python:
- '2.7'
- '2.6'
install:
- pip install -r requirements.txt
- pip install coveralls
script:
- python tests/test_app.py
- coverage run --source=app tests/test_app.py
after_success: coveralls
before_deploy:
- commitHash=`git rev-parse HEAD`
- heroku config:set $COMMIT_HASH=$commitHash --app jimageboss
deploy:
provider: heroku
api_key:
Expand Down

0 comments on commit c836462

Please sign in to comment.