Get le-auto tests running on Travis.

This commit is contained in:
Erik Rose
2016-01-08 17:39:51 -05:00
parent f2586fbc11
commit 5512838377
4 changed files with 15 additions and 4 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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