Skip to content

Commit b1bde9f

Browse files
committed
Merge pull request #440 from sigmavirus24/py35
Add python 3.5 support
2 parents 1dcc2b2 + dcb1fc0 commit b1bde9f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ python:
66
- 3.2
77
- 3.3
88
- 3.4
9+
- 3.5
910
- nightly
1011
- pypy
1112
- pypy3
@@ -21,3 +22,8 @@ script:
2122
notifications:
2223
email:
2324
25+
irc:
26+
channels:
27+
- "irc.freenode.org##python-code-quality"
28+
use_notice: true
29+
skip_join: true

0 commit comments

Comments
 (0)