8000 Merge pull request #187 from phalt/3.4_support · edcomstock/twilio-python@49894a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 49894a4

Browse files
committed
Merge pull request twilio#187 from phalt/3.4_support
Support Python 3.4
2 parents 908f23b + 1b808d1 commit 49894a4

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
@@ -42,6 +42,7 @@
4242
"Programming Language :: Python :: 2.7",
4343
"Programming Language :: Python :: 3.2",
4444
"Programming Language :: Python :: 3.3",
45+
"Programming Language :: Python :: 3.4",
4546
"Topic :: Software Development :: Libraries :: Python Modules",
4647
"Topic :: Communications :: Telephony",
4748
],

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