Skip to content

Commit

Permalink
Fixing tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Kriss committed Apr 4, 2019
1 parent 8ba4157 commit 1af0763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ replace = version='{new_version}'
universal = 1

[flake8]
ignore = E111,E114,E121,E125,E128
ignore = E111,E114,E121,E125,E128,W504
exclude = .git,__pycache__,*.pyc,*.pyo,.tox,.eggs,*.egg-info,.ropeproject,scratch
max-line-length = 100
doctests = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def parse_file(filename, encoding='utf-8'):
install_requires=install_requires,
dependency_links=[
'git+https://github.com/duosecurity/duo_client_python.git@1cc71f80927b02e75773094c9dd77af1fc8e4064.zip#egg=duo_client-3.0', # noqa
'git+https://github.com/wrapp/txwebretry.git@df5014019cf3a5d501bc755b9ce46509c1b31351#egg=txwebretry-0.1.1', # noqa
'git+https://github.com/wrapp/txwebretry.git#egg=txwebretry', # noqa
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 1af0763

Please sign in to comment.