diff --git a/.travis.yml b/.travis.yml index ca19b8403..176d3c51f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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