Skip to content

Commit baffaec

Browse files
Update .travis.yml
1 parent 6348d6d commit baffaec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ python:
1111

1212
install:
1313
# - pip install octadist
14-
- pip install -i https://test.pypi.org/simple/ octadist
14+
# - pip install -i https://test.pypi.org/simple/ octadist
15+
- python -m pip install --index-url https://test.pypi.org/simple/ octadist
1516

1617
script:
1718
- cd example-py

0 commit comments

Comments
 (0)