Skip to content

Commit

Permalink
more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Oct 26, 2018
1 parent 3747638 commit 86e0751
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis/run.sh
Expand Up @@ -25,10 +25,11 @@ source ~/.venv/bin/activate
if [ -n "${DOCKER}" ]; then
# We will be able to drop the -u once we switch the default container user in the
# dockerfiles.
docker run -u 2000:2000 -v "${TRAVIS_BUILD_DIR}":"${TRAVIS_BUILD_DIR}" \
docker run --rm -u 2000:2000 \
-v "${TRAVIS_BUILD_DIR}":"${TRAVIS_BUILD_DIR}" \
-v "${HOME}/wycheproof":/wycheproof \
-e TOXENV "${DOCKER}" \
/bin/sh -c "cd ${TRAVIS_BUILD_DIR};tox -- --wycheproof-root='/wycheproof'"
/bin/sh -c "cd ${TRAVIS_BUILD_DIR}; tox -- --wycheproof-root='/wycheproof'"
elif [ -n "${TOXENV}" ]; then
tox -- --wycheproof-root="$HOME/wycheproof"
else
Expand Down

0 comments on commit 86e0751

Please sign in to comment.