Skip to content

Commit

Permalink
Add py36 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kvesteri committed Mar 27, 2017
1 parent b67016b commit aeb8502
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- 3.3
- 3.4
- 3.5
- 3.6
- pypy
- pypy3
install:
Expand Down
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ def get_version():
],
}

install_requires=[
'six>=1.4.0',
'decorator>=3.4.0',
]
install_requires = [
'six>=1.4.0',
'decorator>=3.4.0',
]

setup(
name='validators',
Expand Down Expand Up @@ -65,6 +65,7 @@ def get_version():
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
Expand Down

0 comments on commit aeb8502

Please sign in to comment.