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

Install PyNaCl always

parent 8bd5a473
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ install: ...@@ -9,7 +9,7 @@ install:
- sudo apt-get install python-pip - sudo apt-get install python-pip
- sudo /usr/bin/pip install git+git://github.com/pyinvoke/invoke.git - sudo /usr/bin/pip install git+git://github.com/pyinvoke/invoke.git
- 'if [ -n "${NACL+x}" ]; then invoke install-nacl --library=$NACL; fi' - 'if [ -n "${NACL+x}" ]; then invoke install-nacl --library=$NACL; fi'
- 'if [ -n "${NACL+x}" ]; then invoke install --dev; fi' - invoke install --dev
script: script:
- invoke tests --suite=$SUITE - invoke tests --suite=$SUITE
env: env:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment