Rename hackishapachetest -> apacheconftest

Reenable other travis tests as well as this one
This commit is contained in:
Peter Eckersley 2015-12-22 15:50:48 -08:00
parent 47f7e70b76
commit e41ddd2cc7
3 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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