Skip to content

Commit

Permalink
Merge branch 'master' into type-hints
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Apr 6, 2022
2 parents 647df26 + ba6e6b1 commit c8fc376
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 21 deletions.
7 changes: 0 additions & 7 deletions .coveragerc

This file was deleted.

16 changes: 14 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
[bdist_wheel]
universal = 1
[coverage:run]
source = tweepy

[coverage:report]
omit =
*/python?.?/*
*/site-packages/*

[mypy]
show_error_codes = True
pretty = True
# strict = True

[tox:tox]
envlist = py37, py38, py39, py310

[testenv]
commands = python -m unittest discover tests
extras = test
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@
extras_require={
"async": ["aiohttp>=3.7.3,<4"],
"dev": [
"coverage>=4.4.2",
"coveralls>=2.1.0",
"tox>=3.14.0",
"tox>=3.21.0",
],
"socks": ["requests[socks]>=2.27.0,<3"],
"test": tests_require,
Expand Down
11 changes: 0 additions & 11 deletions tox.ini

This file was deleted.

0 comments on commit c8fc376

Please sign in to comment.