Skip to content

Commit

Permalink
Merge pull request #80 from magopian/travis-no-sudo
Browse files Browse the repository at this point in the history
No sudo for travis
  • Loading branch information
n1k0 committed Jul 17, 2015
2 parents bd84157 + 4b93516 commit 95cd04a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ node_js:
python:
- "2.7"
before_install:
- sudo apt-get install python-virtualenv
- export PATH=$HOME/.local/bin:$PATH
- pip install --user `whoami` virtualenv
- virtualenv .env
- .env/bin/pip install kinto==1.3.1
- .env/bin/pserve test/kinto.ini &

0 comments on commit 95cd04a

Please sign in to comment.