mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Revert coverage
This commit is contained in:
parent
0972a4bbe4
commit
bc6ae016ee
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -31,11 +31,11 @@ setup(
|
|||
'License :: OSI Approved :: BSD License',
|
||||
'Operating System :: OS Independent',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3.2',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
],
|
||||
keywords='avatar, django',
|
||||
author='Eric Florenzano',
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
flake8
|
||||
coverage
|
||||
coverage==3.7.1
|
||||
django-discover-runner
|
||||
Loading…
Reference in a new issue