diff --git a/setup.py b/setup.py index 718b35a..d6f7fe4 100644 --- a/setup.py +++ b/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', diff --git a/tests/requirements.txt b/tests/requirements.txt index 054e173..824f13b 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,3 +1,3 @@ flake8 -coverage +coverage==3.7.1 django-discover-runner \ No newline at end of file