Skip to content

Commit

Permalink
This sort of works in tox; travis is unlikely due to sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
pde committed Dec 22, 2015
1 parent 9129dcb commit d777e7f
Show file tree
Hide file tree
Showing 26 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: python
services:
- rabbitmq
- mariadb
- apache2

# http://docs.travis-ci.com/user/ci-environment/#CI-environment-OS
# gimme has to be kept in sync with Boulder's Go version setting in .travis.yml
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# assess, but it should be automated
export EA=/etc/apache2/
TESTDIR="`dirname $0`"
LEROOT="`realpath \"$TESTDIR/../../\"`"
LEROOT="`realpath \"$TESTDIR/../../../../\"`"
cd $TESTDIR/passing
LETSENCRYPT="${LETSENCRYPT:-$LEROOT/venv/bin/letsencrypt}"

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ basepython = python2.7
setenv =
LETSENCRYPT=letsencrypt
commands =
./tests/apache-conf-files/hackish-apache-test
sudo ./letsencrypt-apache/letsencrypt_apache/tests/apache-conf-files/hackish-apache-test

0 comments on commit d777e7f

Please sign in to comment.