update travis

This commit is contained in:
VirtuBox
2019-10-30 16:14:14 +01:00
parent 9b3891409c
commit 0b6e627306
4 changed files with 9 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ before_script:
after_script:
- sudo bash install --purge
- sudo -E bash install --purge
script:
@@ -31,6 +31,7 @@ script:
- sudo bash -c 'echo -e "[user]\n\tname = abc\n\temail = root@localhost.com" > /home/travis/.gitconfig'
- sudo echo "Travis Banch = $TRAVIS_BRANCH"
- sudo -E time bash install --travis -b "$TRAVIS_BRANCH"
- sudo -E python3 -m pip install -U -r requirements.txt
- sudo -E time bash tests/travis.sh
- sudo wo update --travis
- sudo -E wo update --travis
- sudo python3 setup.py sdist bdist_wheel