summaryrefslogtreecommitdiffstats
path: root/.travis.yml
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 /.travis.yml
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 '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index bc0e671d..1110b8ec 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,6 @@ language: python
python:
- "2.7"
- - "3.4"
- "3.5"
- "3.6"
- "3.7"