Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vi4m committed May 27, 2014
1 parent fcf2bbf commit f5dfb5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install git+https://github.com/allegro/django-bob
- pip install python-coveralls
- make install
- pip install flake8

Expand All @@ -13,3 +14,6 @@ script: make quicktest
before_script:
make flake

after_success:
- coveralls

0 comments on commit f5dfb5b

Please sign in to comment.