Skip to content

Commit

Permalink
Merge 71d0690 into fd890ff
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHuot committed Jun 1, 2021
2 parents fd890ff + 71d0690 commit 3ab6a98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ matrix:
- python: 3.7
env: TOXENV=py37
- python: 3.8
env: TOXENV=py38
- python: 3.8
env: TOXENV=bandit
env: TOXENV=py38,bandit,docs,readme
- python: pypy3
env: TOXENV=pypy3
before_install:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ OAuthLib - Python Framework for OAuth1 & OAuth2
===============================================

*A generic, spec-compliant, thorough implementation of the OAuth request-signing
logic for Python 3.6+.
logic for Python 3.6+.*

.. image:: https://travis-ci.org/oauthlib/oauthlib.svg?branch=master
:target: https://travis-ci.org/oauthlib/oauthlib
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py36,py37,py38,pypy,pypy3,docs,readme,bandit,isort
envlist = py36,py37,py38,pypy3,docs,readme,bandit,isort

[testenv]
deps=
Expand All @@ -26,7 +26,7 @@ basepython=python3.8
deps=twine>=1.12.0
whitelist_externals=echo
commands=
twine check dist/*
twine check .tox/dist/*

[testenv:bandit]
basepython=python3.8
Expand Down

0 comments on commit 3ab6a98

Please sign in to comment.