-
Notifications
You must be signed in to change notification settings - Fork 749
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
968 additions
and
516 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,29 @@ | ||
language: python | ||
sudo: false | ||
python: | ||
- 2.6 | ||
- 2.7 | ||
- 3.2 | ||
- 3.3 | ||
- 3.4 | ||
- 3.5 | ||
- nightly | ||
- pypy | ||
- pypy3 | ||
install: | ||
- pip install -e . | ||
- pip list | ||
script: | ||
- python pep8.py --testsuite testsuite | ||
- python pep8.py --statistics pep8.py | ||
- python pep8.py --doctest | ||
- python pycodestyle.py --testsuite testsuite | ||
- python pycodestyle.py --statistics pycodestyle.py | ||
- python pycodestyle.py --doctest | ||
- python setup.py test | ||
matrix: | ||
allow_failures: | ||
- python: pypy | ||
- python: pypy3 | ||
|
||
notifications: | ||
email: | ||
- [email protected] | ||
irc: | ||
channels: | ||
- "irc.freenode.org##python-code-quality" | ||
use_notice: true | ||
skip_join: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Contributing to ``pycodestyle`` | ||
=============================== | ||
|
||
Please see the `developer notes <https://pycodestyle.readthedocs.io/en/latest/developer.html>`_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
Copyright © 2006-2009 Johann C. Rocholl <[email protected]> | ||
Copyright © 2009-2014 Florent Xicluna <[email protected]> | ||
Copyright © 2014-2016 Ian Lee <[email protected]> | ||
|
||
Licensed under the terms of the Expat License | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.