Skip to content

Commit

Permalink
Replace pep8 with pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
infertux committed Jan 28, 2018
1 parent 4584bf2 commit f9b51c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -13,7 +13,7 @@ You will need the following development dependencies.

* Packages:
* Debian/Ubuntu: `apt-get install libgpgme11-dev`
* Fedora: `yum install gpgme-devel python-devel python3-devel python-pep8`
* Fedora: `yum install gpgme-devel python-devel python3-devel`
* Python eggs: `pip install -r requirements.txt`

## Testing
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -5,5 +5,5 @@ pytest-cov>=2.4.0
mock>=2.0.0
coverage>=4.2
tox>=2.5.0
pep8>=1.7.0
pycodestyle>=2.3.1
pylint>=1.6.4
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -8,5 +8,5 @@ deps = -rrequirements.txt
setenv =
PYTHONPATH = {toxinidir}
commands =
pep8 --show-pep8 zeyple
pycodestyle --show-pep8 zeyple
py.test {posargs:--cov-report=html --cov=zeyple/}

0 comments on commit f9b51c9

Please sign in to comment.