Skip to content

Commit

Permalink
heavy sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Oct 26, 2018
1 parent bf67564 commit 77b3011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/run.sh
Expand Up @@ -28,8 +28,8 @@ if [ -n "${DOCKER}" ]; then
docker run --rm -u 2000:2000 \
-v "${TRAVIS_BUILD_DIR}":"${TRAVIS_BUILD_DIR}" \
-v "${HOME}/wycheproof":/wycheproof \
-e TOXENV "${DOCKER}" \
-w "${TRAVIS_BUILD_DIR}" \
-e TOXENV "${DOCKER}" \
/bin/sh -c "tox -- --wycheproof-root='/wycheproof'"
elif [ -n "${TOXENV}" ]; then
tox -- --wycheproof-root="$HOME/wycheproof"
Expand Down

0 comments on commit 77b3011

Please sign in to comment.