mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 11:16:53 +00:00
Test py36 instead of py34
This commit is contained in:
parent
5da199bb8d
commit
bec44063b0
4 changed files with 14 additions and 15 deletions
4
setup.py
4
setup.py
|
|
@ -14,11 +14,10 @@ setup(
|
|||
classifiers=[
|
||||
'License :: OSI Approved :: MIT License',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 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',
|
||||
],
|
||||
|
|
@ -27,7 +26,6 @@ setup(
|
|||
install_requires=[
|
||||
# quickfix to prevent pep8 conflicts
|
||||
'flake8!=2.5.3',
|
||||
'argparse',
|
||||
'autopep8>=1.1',
|
||||
'pyyaml',
|
||||
'simplejson',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue