added TOX
This commit is contained in:
parent
5ee6c1579f
commit
58aa5b1e72
2
Makefile
2
Makefile
@ -2,4 +2,4 @@ init:
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
test:
|
test:
|
||||||
py.test tests.py
|
tox
|
||||||
|
@ -1 +1,2 @@
|
|||||||
from core import BackupCeligo, DEFAULT_BASE_URL
|
from .core import BackupCeligo, DEFAULT_BASE_URL
|
||||||
|
from .prompt import prompt
|
||||||
|
@ -7,7 +7,7 @@ import json
|
|||||||
|
|
||||||
from slugify import slugify
|
from slugify import slugify
|
||||||
|
|
||||||
import prompt
|
from celigo import prompt
|
||||||
|
|
||||||
L = logging.getLogger(__name__)
|
L = logging.getLogger(__name__)
|
||||||
DEFAULT_BASE_URL = "https://api.integrator.io/v1/"
|
DEFAULT_BASE_URL = "https://api.integrator.io/v1/"
|
||||||
|
Loading…
Reference in New Issue
Block a user