Skip to content

Commit a10f43e

Browse files
Update .travis.yml
1 parent 96f323d commit a10f43e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ python:
1010
- "3.7" # 3.7 development branch
1111

1212
install:
13-
# - pip install octadist
14-
# - pip install -i https://test.pypi.org/simple/ octadist
1513
- pip install numpy
1614
- pip install scipy
1715
- pip install matplotlib
18-
- pip install --index-url https://test.pypi.org/simple/ octadist==2.5.2.2
16+
# - pip install -i https://test.pypi.org/simple/ octadist
17+
# - pip install --index-url https://test.pypi.org/simple/ octadist==2.5.2.2
18+
- pip install octadist
1919

2020
script:
2121
- cd example-py

0 commit comments

Comments
 (0)