Allow to skip tests

This commit is contained in:
Mehdi Abaakouk 2017-06-20 12:11:37 +02:00
parent 7ea52870c8
commit 942761ac49
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ version=$1
status=$(git status -sz)
[ -z "$status" ] || false
git checkout master
tox -epy35,py27,pep8,docs
git push
[ "$SKIP_TESTS" ] || tox -epy35,py27,pep8,docs
git push
git tag -s $version -m "Release version ${version}"
git checkout $version
git clean -fd