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

Install all deps in all build types

parent 4b935e53
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,8 @@ python:
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'
- 'if [ -n "${NACL+x}" ]; then invoke install --dev; fi'
- 'if [ -n "${NACL-x}" ]; then pip install pep8 pylint; fi'
- invoke install-nacl --library=$NACL
- invoke install --dev
script:
- invoke tests --suite=$SUITE
env:
......@@ -19,7 +18,7 @@ env:
- LD_RUN_PATH=/usr/local/lib
matrix:
- NACL=libsodium SUITE=unit
- "SUITE=pep8,lint"
- "NACL=libsodium SUITE=pep8,lint"
matrix:
exclude:
- python: "2.6"
......
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