Skip to content

Commit

Permalink
update deps, move coverage settings to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdefinitelyahuman committed Sep 30, 2019
1 parent d0cfa14 commit a6583e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .coveragerc

This file was deleted.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lru-dict>=1.1.6,<2.0.0
psutil>=5.6.2,<6.0.0
pypiwin32>=223;platform_system=='Windows'
pyreadline==2.1;platform_system=='Windows'
py-solc-ast>=1.0.1,<2.0.0
py-solc-ast>=1.0.2,<2.0.0
py-solc-x>=0.6.0,<1.0.0
pytest>=5.0.0,<6.0.0
pythx==1.2.6
Expand Down
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ current_version = 1.0.0

[bumpversion:file:brownie/_cli/__main__.py]

[coverage:run]
branch = True
omit =
brownie/_gui/*

[flake8]
exclude = tests/brownie-test-project
max-line-length = 100
Expand Down

0 comments on commit a6583e1

Please sign in to comment.