Skip to content

Commit

Permalink
Test setup.py and imports
Browse files Browse the repository at this point in the history
  • Loading branch information
robertopreste committed Jul 3, 2019
1 parent c6685e3 commit 044fa1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions quickci/cli.py
Expand Up @@ -3,8 +3,8 @@
# Created by Roberto Preste
import sys
import click
from .commands.config import config
from .commands.status import status
from quickci.commands.config import config
from quickci.commands.status import status


@click.group()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@
include_package_data=True,
keywords="quickci",
name="quickci",
packages=find_packages(include=["quickci"]),
packages=find_packages(),
setup_requires=setup_requirements,
test_suite="tests",
tests_require=test_requirements,
Expand Down

0 comments on commit 044fa1f

Please sign in to comment.