Skip to content

Commit 0dae19a

Browse files
committed
test again python 3.6
1 parent 771969e commit 0dae19a

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.moban.d/travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- 3.4
55
- 3.5
66
- pypy
7+
- 3.6
78
{%endblock%}
89

910
{%block extra_matrix%}

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ python:
99
- 3.3
1010
- 3.4
1111
- 3.5
12+
- 3.6
1213
matrix:
1314
include:
1415
- python: 2.7

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2016 by Onni Software Ltd. and its contributors
1+
Copyright (c) 2015-2017 by Onni Software Ltd. and its contributors
22
All rights reserved.
33

44
Redistribution and use in source and binary forms of the software as well

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
master_doc = 'index'
1616

1717
project = u'pyexcel-xls'
18-
copyright = u'2015-2016 Onni Software Ltd.'
18+
copyright = u'2015-2017 Onni Software Ltd.'
1919
version = '0.3.0'
2020
release = '0.3.1'
2121
exclude_patterns = []

0 commit comments

Comments
 (0)