Commit 29c24abb authored by Jisi Liu's avatar Jisi Liu Committed by GitHub

Merge pull request #3502 from pherl/pypi

Update testpypi URLs
parents d1484cde 5d5df849
...@@ -79,16 +79,16 @@ python setup.py build ...@@ -79,16 +79,16 @@ python setup.py build
python setup.py test python setup.py test
# Deploy source package to testing PyPI # Deploy source package to testing PyPI
python setup.py sdist upload -r https://testpypi.python.org/pypi python setup.py sdist upload -r https://test.pypi.org/legacy/
# Test locally with different python versions. # Test locally with different python versions.
run_install_test ${TESTING_VERSION} python2.7 https://testpypi.python.org/simple run_install_test ${TESTING_VERSION} python2.7 https://test.pypi.org/simple
run_install_test ${TESTING_VERSION} python3.4 https://testpypi.python.org/simple run_install_test ${TESTING_VERSION} python3.4 https://test.pypi.org/simple
# Deploy egg/wheel packages to testing PyPI and test again. # Deploy egg/wheel packages to testing PyPI and test again.
python setup.py bdist_egg bdist_wheel upload -r https://testpypi.python.org/pypi python setup.py bdist_egg bdist_wheel upload -r https://test.pypi.org/legacy/
run_install_test ${TESTING_VERSION} python2.7 https://testpypi.python.org/simple run_install_test ${TESTING_VERSION} python2.7 https://test.pypi.org/simple
run_install_test ${TESTING_VERSION} python3.4 https://testpypi.python.org/simple run_install_test ${TESTING_VERSION} python3.4 https://test.pypi.org/simple
echo "All install tests have passed using testing PyPI." echo "All install tests have passed using testing PyPI."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment