mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
Rename hackishapachetest -> apacheconftest
Reenable other travis tests as well as this one
This commit is contained in:
parent
47f7e70b76
commit
e41ddd2cc7
3 changed files with 8 additions and 8 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -19,11 +19,11 @@ env:
|
|||
- GOPATH=/tmp/go
|
||||
- PATH=$GOPATH/bin:$PATH
|
||||
matrix:
|
||||
- TOXENV=hackishapachetest
|
||||
# - TOXENV=py26 BOULDER_INTEGRATION=1
|
||||
# - TOXENV=py27 BOULDER_INTEGRATION=1
|
||||
# - TOXENV=lint
|
||||
# - TOXENV=cover
|
||||
- TOXENV=py26 BOULDER_INTEGRATION=1
|
||||
- TOXENV=py27 BOULDER_INTEGRATION=1
|
||||
- TOXENV=lint
|
||||
- TOXENV=cover
|
||||
- TOXENV=apacheconftest
|
||||
|
||||
|
||||
# Only build pushes to the master branch, PRs, and branches beginning with
|
||||
|
|
|
|||
6
tox.ini
6
tox.ini
|
|
@ -68,10 +68,10 @@ commands =
|
|||
pylint --rcfile=.pylintrc letsencrypt-compatibility-test/letsencrypt_compatibility_test
|
||||
pylint --rcfile=.pylintrc letshelp-letsencrypt/letshelp_letsencrypt
|
||||
|
||||
[testenv:hackishapachetest]
|
||||
[testenv:apacheconftest]
|
||||
#basepython = python2.7
|
||||
setenv =
|
||||
LETSENCRYPT=/home/travis/build/letsencrypt/letsencrypt/.tox/hackishapachetest/bin/letsencrypt
|
||||
LETSENCRYPT=/home/travis/build/letsencrypt/letsencrypt/.tox/apacheconftest/bin/letsencrypt
|
||||
commands =
|
||||
pip install -e acme -e .[dev] -e letsencrypt-apache -e letsencrypt-nginx -e letsencrypt-compatibility-test -e letshelp-letsencrypt
|
||||
sudo ./letsencrypt-apache/letsencrypt_apache/tests/apache-conf-files/hackish-apache-test --debian-modules
|
||||
sudo ./letsencrypt-apache/letsencrypt_apache/tests/apache-conf-files/apache-conf-test --debian-modules
|
||||
|
|
|
|||
Loading…
Reference in a new issue