Skip to content

Commit

Permalink
run tests against PyPI dependencies for release (spec-first#561)
Browse files Browse the repository at this point in the history
* run tests against PyPI dependencies for release

* fix docs format
  • Loading branch information
hjacobs committed Jan 13, 2018
1 parent 7199745 commit 4486438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include a 'x-tokenInfoUrl' or 'x-tokenInfoFunc (or set ``TOKENINFO_URL``
or ``TOKENINFO_FUNC`` env var respectively). 'x-tokenInfoUrl' must contain an
URL to validate and get the `token information`_ and 'x-tokenInfoFunc must
contain a reference to a function used to obtain the token info. When both 'x-tokenInfoUrl'
and 'x-tokenInfoFunc' are used, Connexion will prioritize the function method. Connexion expects to
and 'x-tokenInfoFunc' are used, Connexion will prioritize the function method. Connexion expects to
receive the OAuth token in the ``Authorization`` header field in the
format described in `RFC 6750 <rfc6750_>`_ section 2.1. This aspect
represents a significant difference from the usual OAuth flow.
Expand Down
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 4486438

Please sign in to comment.