Skip to content

Commit 28064e9

Browse files
authored
Updated changelog (#231)
* Updated changelog * Updated travis cfg
1 parent 05b9318 commit 28064e9

File tree

2 files changed

+2
-50
lines changed

2 files changed

+2
-50
lines changed

.travis.yml

Lines changed: 1 addition & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -42,52 +42,4 @@ jobs:
4242
include:
4343

4444
- stage: test
45-
46-
# - &osx-wheels
47-
# stage: build packages
48-
# if: tag IS present
49-
# os: osx
50-
# osx_image: xcode11.6
51-
# before_install:
52-
# - sudo -H pip install twine
53-
# - which twine
54-
# install: skip
55-
# script:
56-
# - ./ci/osx-wheel.sh
57-
# after_success:
58-
# - if [[ ! -z "$TRAVIS_TAG" ]]; then
59-
# twine upload --skip-existing -u $PYPI_U -p $PYPI_P wheels/*.whl;
60-
# fi
61-
# language: generic
62-
# python: skip
63-
64-
# - <<: *osx-wheels
65-
# osx_image: xcode11.3
66-
67-
# - stage: build packages
68-
# if: tag IS present
69-
# env:
70-
# - WHEELS=1
71-
# os: linux
72-
# python: 3.6
73-
# before_install: skip
74-
# install:
75-
# - pip install twine
76-
# script:
77-
# - docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD" &&
78-
# ./ci/travis/build-manylinux.sh;
79-
# after_success:
80-
# - if [[ ! -z "$TRAVIS_TAG" ]]; then
81-
# twine upload --skip-existing -u $PYPI_U -p $PYPI_P wheelhouse/*.whl;
82-
# fi
83-
# deploy:
84-
# - provider: pypi
85-
# user: pkittenis
86-
# password:
87-
# secure: ZQJ41Nguc7Y5XHvtN8lITIiW1S1jvy0p50rssMUJpa9wVZIh0HcW0K/Xv2v17fDNuOvQlVbsF0sY/BmcRfH7c7nzwt7fRXGOjXbZk5djqwusKXL6zlVN7OKjAY6j2EByOjD9UpDDkB5tDqb4lRBCX87wknii/t+7/8P0ddoBojM=
88-
# on:
89-
# repo: ParallelSSH/parallel-ssh
90-
# tags: true
91-
# distributions: sdist
92-
# upload_docs: false
93-
# cleanup: false
45+
if: tag IS NOT present

Changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Change Log
77
Changes
88
--------
99

10-
See `Upgrading to API 2.0 <upgrade-link>`_ for examples of code that will need updating.
10+
See `Upgrading to API 2.0 <https://parallel-ssh.readthedocs.io/en/latest/api_upgrade_2_0.html>`_ for examples of code that will need updating.
1111

1212
* Removed paramiko clients and dependency.
1313
* ``ParallelSSHClient.run_command`` now always returns a list of ``HostOutput`` - ``return_list`` argument is a no-op and may be removed.

0 commit comments

Comments
 (0)