Skip to content

Commit

Permalink
Removed format from default env (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0h committed Jul 26, 2017
1 parent 673093d commit 9991bd6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ pytest
pytest-cov
pytest-helpers-namespace
pytest-mock
yapf==0.16.3
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ envlist =
py{27,36}-unit
py{27,36}-lint
doc
format

[testenv]
passenv = *
Expand All @@ -16,8 +15,6 @@ commands =
lint: flake8

[testenv:format]
deps =
yapf
commands =
yapf -i -r gilt/ test/

Expand Down

0 comments on commit 9991bd6

Please sign in to comment.