Skip to content

Commit 02fb7bd

Browse files
authored
Merge master to release (#392)
* Configurable retry for errors (#378) * Remove extra line * bumping versions * configurable retry * fix string * Make statement and session waiting more responsive (#379) * Remove extra line * bumping versions * make sleeping for sessions an exponential backoff * fix bug * Add vscode tasks (#383) * Remove extra line * bumping versions * add vscode tasks * Fix endpoints widget when deleting a session (#389) * Remove extra line * bumping versions * add vscode tasks * fix deleting from endpoint widget, add notebooks to docker file, refresh correctly, populate endpoints correctly * fix tests * add unit tests * refresh after cleanup * Try to fix pypi repos (#391) * Remove extra line * bumping versions * add vscode tasks * try to fix pypi new repos
1 parent 90ea80d commit 02fb7bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,11 @@ after_success:
1919
- echo " pypitest" >> ~/.pypirc
2020
- echo >> ~/.pypirc
2121
- echo [pypi] >> ~/.pypirc
22-
- echo repository=https://pypi.python.org/pypi >> ~/.pypirc
2322
- echo username=hdinsightmsftagu >> ~/.pypirc
2423
- echo password=$PYPI_PASSWORD >> ~/.pypirc
2524
- echo >> ~/.pypirc
2625
- echo [pypitest] >> ~/.pypirc
27-
- echo repository=https://testpypi.python.org/pypi >> ~/.pypirc
26+
- echo repository=https://test.pypi.org/legacy/ >> ~/.pypirc
2827
- echo username=hdinsightmsftagu >> ~/.pypirc
2928
- echo password=$PYPI_PASSWORD >> ~/.pypirc
3029
deploy:

0 commit comments

Comments
 (0)