summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2019-08-29 13:50:01 +0300
committerGitHub <noreply@github.com>2019-08-29 13:50:01 +0300
commit1f3fc4bfd4fd51711798186591bf3e3ba5a894be (patch)
treeb86681b9106fb11ab8598b1d34a3ac282ebd2f2a /tox.ini
parent4da9ae0e988bbccefe5c0ad8370812be8cf92f0e (diff)
downloadoauthlib-1f3fc4bfd4fd51711798186591bf3e3ba5a894be.tar.gz
Drop Python 3.4 support (#699)
* Drop Python 3.4 support. * Exclude Python 3.4 as a supported runtime. * Update contributing.rst * Update supported Python versions in README file.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4670c91..1b03598 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py34,py35,py36,py37,pypy,pypy3,docs,readme,bandit
+envlist = py27,py35,py36,py37,pypy,pypy3,docs,readme,bandit
[testenv]
deps=