summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Cordasco <sigmavirus24@users.noreply.github.com>2015-09-17 08:25:53 -0500
committerIan Cordasco <sigmavirus24@users.noreply.github.com>2015-09-17 08:25:53 -0500
commitb1bde9f2bbcad0f3c86960e58c7cb98ec0cbfd77 (patch)
tree8413629fd9f22d646d886993729ac0665bc68052
parent1dcc2b2eaab4655bc5a34c818ea5fcabbbb4cdab (diff)
parentdcb1fc098b02f7a0a4eeef356695abc47587f5c2 (diff)
downloadpep8-b1bde9f2bbcad0f3c86960e58c7cb98ec0cbfd77.tar.gz
Merge pull request #440 from sigmavirus24/py35
Add python 3.5 support
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b8fabef..3149cbd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ python:
- 3.2
- 3.3
- 3.4
+ - 3.5
- nightly
- pypy
- pypy3
@@ -21,3 +22,8 @@ script:
notifications:
email:
- IanLee1521@gmail.com
+ irc:
+ channels:
+ - "irc.freenode.org##python-code-quality"
+ use_notice: true
+ skip_join: true