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

Install invoke w/ sudo on Travis

parent 973b47ec
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ python:
- "pypy"
install:
- sudo apt-get install python-pip
- /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 "${VAR+x}" ]; then: invoke install-nacl --library=$NACL; fi'
- 'if [ -n "${VAR+x}" ]; then: invoke install --dev; fi'
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