run tests without depending on an already installed instance

pull/72/head
eroen 10 years ago
parent 33fa56d8e9
commit 4e5e8c44f7

@ -27,8 +27,7 @@
from __future__ import print_function
import pkg_resources
dist = pkg_resources.get_distribution("isso")
import isso as dist
# check if exectuable is `isso` and gevent is available
import sys

@ -2,8 +2,7 @@
from __future__ import unicode_literals
import pkg_resources
dist = pkg_resources.get_distribution("isso")
import isso as dist
import json

Loading…
Cancel
Save