From: Paul Brossier Date: Sat, 30 Apr 2016 12:23:07 +0000 (+0200) Subject: .travis.yml: pip install with --user X-Git-Tag: 0.4.4~300^2~161 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=0fbb694feda4ab4841a07762c7767301f3a68baf;p=aubio.git .travis.yml: pip install with --user --- diff --git a/.travis.yml b/.travis.yml index 000b267f..9331f05d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,7 +63,7 @@ addons: - sox install: - - travis_retry pip install nose2 + - travis_retry pip install --user nose2 script: - echo make create_test_sounds disabled for now