Add Python 3.5 support
This commit is contained in:
parent
474ce66ac5
commit
275335df3e
|
@ -7,6 +7,7 @@ python:
|
|||
- "2.7"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
before_install:
|
||||
- pip install -U pip>=8.0.2
|
||||
- make test-env
|
||||
|
|
3
setup.py
3
setup.py
|
@ -47,6 +47,7 @@ setup(
|
|||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.2',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4'
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue