mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-28 06:16:24 +02:00
[travis] upload to testpypi
This commit is contained in:
parent
6ba569ab3c
commit
ea3c795afa
1 changed files with 3 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ before_install:
|
||||||
- export PATH="$MINICONDA_INSTALL/bin:$PATH";
|
- export PATH="$MINICONDA_INSTALL/bin:$PATH";
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- conda install --yes python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six matplotlib;
|
- conda install --yes python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six matplotlib sphinx;
|
||||||
- pip install codecov
|
- pip install codecov
|
||||||
- python setup.py develop
|
- python setup.py develop
|
||||||
|
|
||||||
|
|
@ -47,4 +47,5 @@ deploy:
|
||||||
secure: "vMEOlP7DQhFJ7hQAKtKC5hrJXFl5BkUt4nXdosWWiw//Kg8E+PPLg88XPI2gqIosir9wwgtbSBBbbwCxkM6uxRNMpoNR8Ixyv9fmSXp4rLl7bbBY768W7IRXKIBjpuEy2brQjoT+CwDDSzUkckHvuUjJDNRvUv8ab4P/qYO1LG4="
|
secure: "vMEOlP7DQhFJ7hQAKtKC5hrJXFl5BkUt4nXdosWWiw//Kg8E+PPLg88XPI2gqIosir9wwgtbSBBbbwCxkM6uxRNMpoNR8Ixyv9fmSXp4rLl7bbBY768W7IRXKIBjpuEy2brQjoT+CwDDSzUkckHvuUjJDNRvUv8ab4P/qYO1LG4="
|
||||||
on:
|
on:
|
||||||
plot_density
|
plot_density
|
||||||
distributions: "bdist_wheel sdist sphinx_build sphinx_upload"
|
server: https://testpypi.python.org/pypi
|
||||||
|
distributions: "bdist_wheel sdist"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue