Ensure pep8,py27,py34 pass before releasing

This commit is contained in:
Mehdi Abaakouk 2015-08-22 17:50:16 +02:00
parent 477c8b1fd9
commit 99e9162584
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ git tag -s $version -m "Release version ${version}"
git checkout $version
git clean -fd
rm -rf jsonpath_rw_ext.egg-info build dist
tox -epep8,py27,py34
tox -r -evenv python setup.py sdist bdist_wheel
echo "release: jsonpath-rw-ext ${version}"