Skip to content

Commit

Permalink
Experiment with quick sdist-and-test checks in Travis
Browse files Browse the repository at this point in the history
Can't wait to move to Circle so I can do this testing locally
  • Loading branch information
bitprophet committed Aug 30, 2020
1 parent 210448b commit 1953586
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ script:
- inv coverage
# Ensure documentation builds, both sites, maxxed nitpicking
- inv sites
# Sanity check ability to build sdist
- python setup.py sdist
# And ability to run tests from within the result
- cd dist && tar xzvf *.tar.gz && rm *.tar.gz && cd paramiko-* && ls -l && pip install -e . && inv test
notifications:
irc:
channels: "irc.freenode.org#paramiko"
Expand Down
2 changes: 2 additions & 0 deletions sites/www/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Changelog
=========

- :support:`-` Update our CI to catch issues with sdist generation,
installation and testing.
- :support:`1727` Add missing test suite fixtures directory to MANIFEST.in,
reinstating the ability to run Paramiko's tests from an sdist tarball. Thanks
to Sandro Tosi for reporting the issue and to Blazej Michalik for the PR.
Expand Down

0 comments on commit 1953586

Please sign in to comment.