summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
-rw-r--r--README.rst2
-rw-r--r--tox.ini4
3 files changed, 4 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 69eb935..5d92047 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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:
diff --git a/README.rst b/README.rst
index 56e41c1..f2003fd 100644
--- a/README.rst
+++ b/README.rst
@@ -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
diff --git a/tox.ini b/tox.ini
index deb7cc7..cec4ba5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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=
@@ -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