Skip to content

Commit edd1958

Browse files
author
Steve Canny
committed
build: add Python 3 support to build files
1 parent dae8f8c commit edd1958

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: python
22
python:
3+
- "3.4"
4+
- "3.3"
35
- "2.7"
46
- "2.6"
57
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors

setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
'Programming Language :: Python :: 2',
4040
'Programming Language :: Python :: 2.6',
4141
'Programming Language :: Python :: 2.7',
42+
'Programming Language :: Python :: 3',
43+
'Programming Language :: Python :: 3.3',
44+
'Programming Language :: Python :: 3.4',
4245
'Topic :: Office/Business :: Office Suites',
4346
'Topic :: Software Development :: Libraries'
4447
]

0 commit comments

Comments
 (0)