From ea3c795afadfcf4e92f126b3ee412738b2b1157e Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Sun, 11 Oct 2015 09:33:19 +0100 Subject: [PATCH] [travis] upload to testpypi --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index faa73810..a7ab1bb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ before_install: - export PATH="$MINICONDA_INSTALL/bin:$PATH"; 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 - python setup.py develop @@ -47,4 +47,5 @@ deploy: secure: "vMEOlP7DQhFJ7hQAKtKC5hrJXFl5BkUt4nXdosWWiw//Kg8E+PPLg88XPI2gqIosir9wwgtbSBBbbwCxkM6uxRNMpoNR8Ixyv9fmSXp4rLl7bbBY768W7IRXKIBjpuEy2brQjoT+CwDDSzUkckHvuUjJDNRvUv8ab4P/qYO1LG4=" on: plot_density - distributions: "bdist_wheel sdist sphinx_build sphinx_upload" \ No newline at end of file + server: https://testpypi.python.org/pypi + distributions: "bdist_wheel sdist" \ No newline at end of file