Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
camilonova committed Jul 30, 2016
1 parent ada703a commit c470f6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -10,11 +10,14 @@ env:
- DJANGO="Django --pre"

install:
- pip install -q $DJANGO
- pip install -q $DJANGO coveralls

script:
- ./runtests.py

after_success:
- coveralls

deploy:
provider: pypi
user: jazzband
Expand Down

0 comments on commit c470f6e

Please sign in to comment.