Skip to content

Commit

Permalink
get paths right
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Oct 25, 2018
1 parent 8baac6c commit a573161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/run.sh
Expand Up @@ -23,7 +23,7 @@ fi
source ~/.venv/bin/activate

if [ -n "${DOCKER}" ]; then
docker run -v "$HOME":/cryptography -u `stat -c "%u:%g" "$HOME"` "${DOCKER}" /bin/sh -c "cd /cryptography;tox -- --wycheproof-root='/cryptography/wycheproof'"
docker run -v "${TRAVIS_BUILD_DIR}":/build -v "${HOME}/wycheproof":/wycheproof -e TOXENV "${DOCKER}" /bin/sh -c "cd /build;tox -- --wycheproof-root='/wycheproof'"
elif [ -n "${TOXENV}" ]; then
tox -- --wycheproof-root="$HOME/wycheproof"
else
Expand Down

0 comments on commit a573161

Please sign in to comment.