Skip to content
Snippets Groups Projects
Commit fb265678 authored by Donald Stufft's avatar Donald Stufft
Browse files

Install sodium with sudo

parent 98a7bb32
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ python: ...@@ -6,7 +6,7 @@ python:
- "3.3" - "3.3"
- "pypy" - "pypy"
install: install:
- tests/install_sodium.sh - sudo tests/install_sodium.sh
- pip install -q "file://$PWD#egg=pynacl[tests]" - pip install -q "file://$PWD#egg=pynacl[tests]"
script: script:
- pep8 nacl - pep8 nacl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment