Commit 80fff85f by muhammad-ammar

add tests in setup.py

parent ebd4410b
...@@ -4,6 +4,7 @@ from setuptools import setup ...@@ -4,6 +4,7 @@ from setuptools import setup
PACKAGES = [ PACKAGES = [
'edxval', 'edxval',
'edxval.migrations', 'edxval.migrations',
'edxval.tests',
] ]
def is_requirement(line): def is_requirement(line):
...@@ -38,7 +39,7 @@ def load_requirements(*requirements_paths): ...@@ -38,7 +39,7 @@ def load_requirements(*requirements_paths):
setup( setup(
name='edxval', name='edxval',
version='0.0.13xx', version='0.0.13xxx',
author='edX', author='edX',
url='http://github.com/edx/edx-val', url='http://github.com/edx/edx-val',
description='edx-val', description='edx-val',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment