Skip to content

Commit

Permalink
Add pep257 testing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Feb 16, 2016
1 parent e406def commit 3c70dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
extras = {
'docs': ['sphinx'],
'testing': ['flake8', 'pep8-naming', 'flake8_docstrings', 'flake8-putty',
'nose'],
'nose', 'pep257'],
'convert_to_py2': ['3to2', 'future'],
}

Expand Down

0 comments on commit 3c70dd2

Please sign in to comment.