Add py36 to test matrix
This commit is contained in:
@@ -23,7 +23,10 @@ matrix:
|
||||
- python: 3.5
|
||||
env:
|
||||
- "TOXENV=py35"
|
||||
- python: 3.5
|
||||
- python: 3.6
|
||||
env:
|
||||
- "TOXENV=py36"
|
||||
- python: 3.6
|
||||
env:
|
||||
- "TOXENV=lint"
|
||||
|
||||
|
1
setup.py
1
setup.py
@@ -91,6 +91,7 @@ setup(
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules'
|
||||
]
|
||||
|
Reference in New Issue
Block a user