summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
author赖信涛 <laixintao@users.noreply.github.com>2020-01-16 14:45:16 +0800
committerIrina Truong <i.chernyavska@gmail.com>2020-01-15 22:45:16 -0800
commit8fe316e5376738880c9cf4013f37ff357f428e19 (patch)
tree6f0e8d2efebadc27a4ad0273d3dab6809bf238db /tox.ini
parent77a361966a6cbe73ba153710f10f32cc27d167f5 (diff)
Drop Python 3.4 support (#1141)
* remove python3.4 support. Python 3.4 has reached end-of-life. https://www.python.org/downloads/release/python-340/ * drop maximun version of pytest * update changelog * add laixintao to contributors, delete py34 from tox
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 c8c75517..87bc79cd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27, py34, py35, py36, py37
+envlist = py27, py35, py36, py37
[testenv]
deps = pytest>=2.7.0,<=3.0.7
mock>=1.0.1