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

Only install PyNaCl if we have libsodium, manually install pep8 and

pylint
parent dc2aeb5b
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,8 @@ install:
- sudo apt-get install python-pip
- sudo /usr/bin/pip install git+git://github.com/pyinvoke/invoke.git
- 'if [ -n "${NACL+x}" ]; then invoke install-nacl --library=$NACL; fi'
- invoke install --dev
- 'if [ -n "${NACL+x}" ]; then invoke install --dev; fi'
- 'if [ -n "${NACL-x}" ]; then pip install pep8 pylint; fi'
script:
- invoke tests --suite=$SUITE
env:
......
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