From 2d478f1d7709ca627a10d28aba3b45a69fa4cf4d Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Wed, 30 Oct 2019 14:04:48 +0100 Subject: [PATCH] update travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4398eed..2e8c841 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,4 +32,5 @@ script: - sudo echo "Travis Banch = $TRAVIS_BRANCH" - sudo -E time bash install --travis -b "$TRAVIS_BRANCH" - sudo -E time bash tests/travis.sh - - sudo wo update --travis \ No newline at end of file + - sudo wo update --travis + - sudo python3 setup.py sdist bdist_wheel \ No newline at end of file