Skip to content

Commit

Permalink
Merge pull request #270 from tseaver/178-enforce_lint_in_travis
Browse files Browse the repository at this point in the history
Enforce linting in Travis (not as 'after_success').
  • Loading branch information
silvolu committed Oct 20, 2014
2 parents 88b0ec7 + 8d9fdf7 commit 41f97e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ install:
script:
- tox -e py26
- tox -e py27
- tox -e lint
after_success:
- tox -e cover
- tox -e lint
- coveralls
- scripts/merge.sh

0 comments on commit 41f97e1

Please sign in to comment.