Commit 80fff85f by muhammad-ammar

add tests in setup.py

parent ebd4410b
......@@ -4,6 +4,7 @@ from setuptools import setup
PACKAGES = [
'edxval',
'edxval.migrations',
'edxval.tests',
]
def is_requirement(line):
......@@ -38,7 +39,7 @@ def load_requirements(*requirements_paths):
setup(
name='edxval',
version='0.0.13xx',
version='0.0.13xxx',
author='edX',
url='http://github.com/edx/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