Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit c260b5a

Browse files
committed
Make installation match dwave-system
1 parent c2dd9f6 commit c260b5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ matrix:
4646
deploy:
4747

4848
install:
49-
- pip install . --extra-index-url https://pypi.dwavesys.com/simple
50-
- pip install -r tests/requirements.txt
49+
- pip install -r tests/requirements.txt --extra-index-url https://pypi.dwavesys.com/simple
50+
- pip install .
5151

5252
script:
5353
- coverage run -m unittest discover

0 commit comments

Comments
 (0)