Skip to content

Commit

Permalink
run tests against PyPI dependencies for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Jan 13, 2018
1 parent 7199745 commit 4bb7593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ else
sed -i "s/__version__ = .*/__version__ = '${version}'/" */__init__.py
fi

tox --skip-missing-interpreters
tox -e py27-pypi,py35-pypi,py36-pypi,isort-check,isort-check-examples,isort-check-tests,flake8 --skip-missing-interpreters

python3 setup.py sdist bdist_wheel
twine upload dist/*
Expand Down

0 comments on commit 4bb7593

Please sign in to comment.