8000 Support Python 3.4 · madCode/twilio-python@1b808d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1b808d1

Browse files
author
Paul Hallett
committed
Support Python 3.4
Ran tests on my local machine with 3.4.1 installed. All tests pass.
1 parent 7df5a01 commit 1b808d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"Programming Language :: Python :: 2.7",
4444
"Programming Language :: Python :: 3.2",
4545
"Programming Language :: Python :: 3.3",
46+
"Programming Language :: Python :: 3.4",
4647
"Topic :: Software Development :: Libraries :: Python Modules",
4748
"Topic :: Communications :: Telephony",
4849
],

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26, py27, py32, py33, pypy
2+
envlist = py26, py27, py32, py33, py34, pypy
33

44
[testenv]
55
deps= -r{toxinidir}/tests/requirements.txt

0 commit comments

Comments
 (0)
0