mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 16:19:13 +02:00
Experimentally try travis with the hackish-apache-test
This commit is contained in:
@@ -22,6 +22,7 @@ env:
|
|||||||
- TOXENV=py27 BOULDER_INTEGRATION=1
|
- TOXENV=py27 BOULDER_INTEGRATION=1
|
||||||
- TOXENV=lint
|
- TOXENV=lint
|
||||||
- TOXENV=cover
|
- TOXENV=cover
|
||||||
|
- TOXENV=hackishapachetest
|
||||||
|
|
||||||
|
|
||||||
# Only build pushes to the master branch, PRs, and branches beginning with
|
# Only build pushes to the master branch, PRs, and branches beginning with
|
||||||
|
|||||||
@@ -67,3 +67,10 @@ commands =
|
|||||||
pylint --rcfile=.pylintrc letsencrypt-nginx/letsencrypt_nginx
|
pylint --rcfile=.pylintrc letsencrypt-nginx/letsencrypt_nginx
|
||||||
pylint --rcfile=.pylintrc letsencrypt-compatibility-test/letsencrypt_compatibility_test
|
pylint --rcfile=.pylintrc letsencrypt-compatibility-test/letsencrypt_compatibility_test
|
||||||
pylint --rcfile=.pylintrc letshelp-letsencrypt/letshelp_letsencrypt
|
pylint --rcfile=.pylintrc letshelp-letsencrypt/letshelp_letsencrypt
|
||||||
|
|
||||||
|
[testenv:hackishapachetest]
|
||||||
|
basepython = python2.7
|
||||||
|
setenv =
|
||||||
|
LETSENCRYPT=letsencrypt
|
||||||
|
commands =
|
||||||
|
./tests/apache-conf-files/hackish-apache-test
|
||||||
|
|||||||
Reference in New Issue
Block a user