Skip to content

Commit aeb8502

Browse files
committed
Add py36 to test matrix
1 parent b67016b commit aeb8502

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
- 3.3
55
- 3.4
66
- 3.5
7+
- 3.6
78
- pypy
89
- pypy3
910
install:

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ def get_version():
3232
],
3333
}
3434

35-
install_requires=[
36-
'six>=1.4.0',
37-
'decorator>=3.4.0',
38-
]
35+
install_requires = [
36+
'six>=1.4.0',
37+
'decorator>=3.4.0',
38+
]
3939

4040
setup(
4141
name='validators',
@@ -65,6 +65,7 @@ def get_version():
6565
'Programming Language :: Python :: 3.3',
6666
'Programming Language :: Python :: 3.4',
6767
'Programming Language :: Python :: 3.5',
68+
'Programming Language :: Python :: 3.6',
6869
'Programming Language :: Python :: Implementation :: CPython',
6970
'Programming Language :: Python :: Implementation :: PyPy',
7071
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',

0 commit comments

Comments
 (0)