Drop --user argument from pip install

This commit is contained in:
Kristian Gregorius Hustad
2017-11-24 20:21:21 +01:00
parent 24c82b9ce0
commit 9ec55cadf7
+2 -3
View File
@@ -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