projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
323d330
)
.travis.yml: pip install with --user
author
Paul Brossier
<piem@piem.org>
Sat, 30 Apr 2016 12:23:07 +0000
(14:23 +0200)
committer
Paul Brossier
<piem@piem.org>
Sat, 30 Apr 2016 12:23:07 +0000
(14:23 +0200)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
000b267
..
9331f05
100644
(file)
--- 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