From 195358679d7e129a897c2d87f91d426c5c81b149 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Sun, 30 Aug 2020 14:36:33 -0400 Subject: Experiment with quick sdist-and-test checks in Travis Can't wait to move to Circle so I can do this testing locally --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a7648d81..58a3ac42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" -- cgit v1.2.3