Fix small errors.

This commit is contained in:
James Kasten
2014-12-10 00:30:37 -08:00
parent 707258519c
commit 28f7c78bf8
2 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
language: python
python:
# - "2.6"
- "2.6"
- "2.7"
before_install: >
@@ -17,7 +17,7 @@ from letsencrypt.client import logger
# pylint: disable=no-member
UBUNTU_CONFIGS = pkg_resources.resource_filename(
__name__, "debian_apache_2_4")
"letsencrypt.client.tests", "testdata/debian_apache_2_4")
TEMP_DIR = ""
CONFIG_DIR = ""
@@ -34,10 +34,6 @@ def setUpModule():
logger.setLogLevel(logger.INFO)
display.set_display(display.NcursesDisplay())
if not os.path.isdir(UBUNTU_CONFIGS):
print "Please place the configuration directory: %s" % UBUNTU_CONFIGS
sys.exit(1)
TEMP_DIR = tempfile.mkdtemp("temp")
CONFIG_DIR = tempfile.mkdtemp("config")
WORK_DIR = tempfile.mkdtemp("work")