1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-27 19:42:53 +03:00
Files
certbot/letsencrypt-auto-source/tests/__init__.py
ohemorange 5ff7f2211e Explicitly add six as a dependency in letsencrypt-auto-source dockerfiles (#5808)
* update documentation

* explicitly add six as a dependency in letsencrypt-auto-source dockerfiles

* pin six version
2018-03-29 15:34:38 -07:00

8 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
"""