mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 10:42:11 +02:00
Get le-auto tests running on Travis.
This commit is contained in:
@@ -30,4 +30,4 @@ COPY . /home/lea/letsencrypt/letsencrypt-auto-source
|
||||
USER lea
|
||||
WORKDIR /home/lea
|
||||
|
||||
CMD ["nosetests", "-s", "letsencrypt/letsencrypt-auto-source/tests"]
|
||||
CMD ["nosetests", "-v", "-s", "letsencrypt/letsencrypt-auto-source/tests"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
"""Tests for letsencrypt-auto
|
||||
|
||||
For now, run these by saying... ::
|
||||
Run these locally by saying... ::
|
||||
|
||||
./build.py && docker build -t lea . && docker run --rm -t -i lea
|
||||
|
||||
|
||||
Reference in New Issue
Block a user