Skip to content

Commit 1c4c709

Browse files
committed
add python3.6 and python3.7 CI test
1 parent 6f1fdd0 commit 1c4c709

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ python:
44
- "2.7"
55
- "3.4"
66
- "3.5"
7+
- "3.6"
8+
- "3.7"
79
install:
810
- pip install flake8
911
- pip install pytest

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ def find_version(*file_paths):
6565
'Programming Language :: Python :: 3.3',
6666
'Programming Language :: Python :: 3.4',
6767
'Programming Language :: Python :: 3.5',
68+
'Programming Language :: Python :: 3.6',
69+
'Programming Language :: Python :: 3.7',
6870
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
6971
'Topic :: Software Development :: Libraries :: Python Modules'
7072
],

0 commit comments

Comments
 (0)