Drop --user argument from pip install
This commit is contained in:
+2
-3
@@ -12,10 +12,9 @@ addons:
|
||||
apt:
|
||||
packages:
|
||||
- libarmadillo-dev
|
||||
|
||||
before_install:
|
||||
- pip install --user git+https://github.com/doconce/preprocess#egg=preprocess
|
||||
- pip install --user git+https://github.com/doconce/doconce#egg=doconce
|
||||
- pip install git+https://github.com/doconce/preprocess#egg=preprocess
|
||||
- pip install git+https://github.com/doconce/doconce#egg=doconce
|
||||
|
||||
script:
|
||||
- doconce --version
|
||||
|
||||
Reference in New Issue
Block a user