Skip to content
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.

Commit

Permalink
replace pep257 with pydocstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Sep 9, 2016
1 parent 9897dcc commit 1981585
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ pymongo==3.3.0
pytest==3.0.2 # rq.filter: !=2.9.0,!=2.9.1,!=2.9.2
rabbitpy==0.27.1
redis==2.10.5
pylama==7.1.0
pyflakes==1.3.0
pep257==0.7.0
pydocstyle==1.0.0
pep8==1.7.0
mccabe==0.5.2
boto3==1.4.0
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def read(fname):
'tests': [
'pytest-cov==2.3.1',
'pytest-xdist==1.15.0',
'pylama==7.1.0',
'Mock==2.0.0',
],
'mysql': ['mysqlclient'],
Expand Down

0 comments on commit 1981585

Please sign in to comment.