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

Quiet down the pre installation commands

parent bc9ef8e7
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,8 @@ python: ...@@ -6,8 +6,8 @@ python:
- "3.3" - "3.3"
# - "pypy" # Travis only has PyPy 1.9, cffi requires 2.0 (Unreleased) # - "pypy" # Travis only has PyPy 1.9, cffi requires 2.0 (Unreleased)
install: install:
- sudo apt-get install python-pip - sudo apt-get -q install python-pip
- sudo /usr/bin/pip install git+git://github.com/pyinvoke/invoke.git - sudo /usr/bin/pip -q install git+git://github.com/pyinvoke/invoke.git
- invoke install-nacl --library=$NACL - invoke install-nacl --library=$NACL
- invoke install --dev - invoke install --dev
script: script:
......
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