Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Corrected Travis CI configuration
Browse files Browse the repository at this point in the history
Building all branches and tags.
  • Loading branch information
Clinton Blackburn committed Nov 25, 2015
1 parent 67f1459 commit 052313f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ install:
- "pip install -r test_requirements.txt"
# command to run tests
script: coverage run ./manage.py test
branches:
only:
- master

after_success: coveralls

deploy:
provider: pypi
user: edx
Expand Down

0 comments on commit 052313f

Please sign in to comment.