We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f323d commit a10f43eCopy full SHA for a10f43e
.travis.yml
@@ -10,12 +10,12 @@ python:
10
- "3.7" # 3.7 development branch
11
12
install:
13
- # - pip install octadist
14
- # - pip install -i https://test.pypi.org/simple/ octadist
15
- pip install numpy
16
- pip install scipy
17
- pip install matplotlib
18
- - 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
19
20
script:
21
- cd example-py
0 commit comments