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