Note explicit support for Python 3.5
This commit is contained in:
@@ -5,6 +5,7 @@ python:
|
||||
#- 3.2
|
||||
- 3.3
|
||||
- 3.4
|
||||
- 3.5
|
||||
install: pip install -r requirements/test.txt
|
||||
script:
|
||||
- nosetests --with-cov --cover-package=ddt
|
||||
|
||||
1
setup.py
1
setup.py
@@ -24,6 +24,7 @@ setup(
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Topic :: Software Development :: Testing',
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user