Skip to content

Commit

Permalink
enable pep8 checks
Browse files Browse the repository at this point in the history
  • Loading branch information
nitzmahone committed May 13, 2016
1 parent 5002156 commit 9035f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ install:
- pip install coveralls
- pip install -r requirements.txt
script:
# TODO enable pep8 checking
# py.test -v --pep8=winrm --cov=winrm --cov-report=term-missing winrm/tests/
- py.test -v --cov=winrm --cov-report=term-missing winrm/tests/
- py.test -v --pep8 --cov=winrm --cov-report=term-missing winrm/tests/

after_success:
- coveralls
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ universal = 1

[pytest]
norecursedirs = .git .idea env
pep8ignore = tests/*.py E501

0 comments on commit 9035f3e

Please sign in to comment.