From 0afbe458489b2962cf47e43ca5b9172b437e6975 Mon Sep 17 00:00:00 2001 From: "Diego M. Rodriguez" Date: Mon, 21 Jan 2019 16:50:56 +0100 Subject: [PATCH 1/2] Update travis, cloning from main repository --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9e0f78e8a..6bcabe8e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ stage_generic: &stage_generic # Install step for jobs that require compilation and qa. # TODO: until the split is complete, install a terra branch. # - pip install -U -r requirements.txt - - git clone --single-branch --branch feature/remove-ibmq https://github.com/diego-plan9/qiskit-sdk-py.git + - git clone https://github.com/Qiskit/qiskit-terra.git - pip install -e qiskit-sdk-py - pip install "requests>=2.19" - pip install "requests-ntlm>=1.1.0" From 593a546973c3109764863c796a21f3764e89e7cb Mon Sep 17 00:00:00 2001 From: "Diego M. Rodriguez" Date: Mon, 21 Jan 2019 18:34:41 +0100 Subject: [PATCH 2/2] Fix name of cloned directory --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6bcabe8e3..60400235e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ stage_generic: &stage_generic # TODO: until the split is complete, install a terra branch. # - pip install -U -r requirements.txt - git clone https://github.com/Qiskit/qiskit-terra.git - - pip install -e qiskit-sdk-py + - pip install -e qiskit-terra - pip install "requests>=2.19" - pip install "requests-ntlm>=1.1.0" - pip install -U -r requirements-dev.txt