From f65c962c89f1f0e6b30d4dc1de10e29579de376a Mon Sep 17 00:00:00 2001 From: Ioannis Tziakos Date: Fri, 30 Sep 2016 21:50:01 +0100 Subject: [PATCH] rework the use of pip --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b285497..aa17ca5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,12 +32,11 @@ cache: before_install: - ccache -s - export PATH=/usr/lib/ccache:${PATH} - - pip install traits - - pip install $SPHINX - - pip install codecov + - pip install --upgrade pip + - pip install traits $SPHINX codecov - pip install -r test-requirements.txt install: - - python setup.py develop + - pip install -e . script: - coverage run -m haas after_success: