mirror of
https://github.com/certbot/certbot.git
synced 2026-02-24 02:10:27 -05:00
* update documentation * explicitly add six as a dependency in letsencrypt-auto-source dockerfiles * pin six version
7 lines
163 B
Python
7 lines
163 B
Python
"""Tests for letsencrypt-auto
|
|
|
|
Run these locally by saying... ::
|
|
|
|
./build.py && docker build -t lea . -f Dockerfile.<distro> && docker run --rm -t -i lea
|
|
|
|
"""
|