Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rangsimanketkaew committed May 7, 2019
1 parent 96f323d commit a10f43e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ python:
- "3.7" # 3.7 development branch

install:
# - pip install octadist
# - pip install -i https://test.pypi.org/simple/ octadist
- pip install numpy
- pip install scipy
- pip install matplotlib
- pip install --index-url https://test.pypi.org/simple/ octadist==2.5.2.2
# - pip install -i https://test.pypi.org/simple/ octadist
# - pip install --index-url https://test.pypi.org/simple/ octadist==2.5.2.2
- pip install octadist

script:
- cd example-py
Expand Down

0 comments on commit a10f43e

Please sign in to comment.