Skip to content

Commit

Permalink
Removed the call to black from .travis.yml (since it belongs to issue #…
Browse files Browse the repository at this point in the history
…13).

Ref: #10
  • Loading branch information
ikolar committed Jan 8, 2019
1 parent 703e13f commit baef42f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ script:
- pipenv run coverage run --branch --source pyramid_heroku -m pytest pyramid_heroku
- pipenv run coverage html
- pipenv run coverage report --fail-under=100
- pipenv run black pyramid_heroku/

0 comments on commit baef42f

Please sign in to comment.