Skip to content

Commit 040aa06

Browse files
committed
Test under Python 3.4/3.5 for Python 3.x.
1 parent a867fc8 commit 040aa06

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: python
22
python:
33
- "2.6"
44
- "2.7"
5-
- "3.2"
6-
- "3.3"
5+
- "3.4"
6+
- "3.5"
77
- "pypy"
88

99
notifications:

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
'Programming Language :: Python :: 2.6',
3030
'Programming Language :: Python :: 2.7',
3131
'Programming Language :: Python :: 3',
32-
'Programming Language :: Python :: 3.2',
33-
'Programming Language :: Python :: 3.3',
32+
'Programming Language :: Python :: 3.4',
33+
'Programming Language :: Python :: 3.5',
3434
'Programming Language :: Python :: Implementation :: CPython',
3535
'Programming Language :: Python :: Implementation :: PyPy',
3636
'Topic :: Software Development :: Internationalization',

tox.ini

+1-1
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,py34,py35,pypy
33

44
[testenv]
55
deps=

0 commit comments

Comments
 (0)