From fb2656780f071c9fab11467e35d5c4c87aba1e7e Mon Sep 17 00:00:00 2001 From: Donald Stufft <donald.stufft@gmail.com> Date: Fri, 22 Feb 2013 19:19:28 -0500 Subject: [PATCH] Install sodium with sudo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dbc7ddaa..8cc66549 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: - "3.3" - "pypy" install: - - tests/install_sodium.sh + - sudo tests/install_sodium.sh - pip install -q "file://$PWD#egg=pynacl[tests]" script: - pep8 nacl -- GitLab