summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2019-12-07 00:35:49 +0200
committerHugo <hugovk@users.noreply.github.com>2019-12-07 00:35:49 +0200
commitb963e64cba68c371248257f1fcfd9345d3c2fb26 (patch)
tree4b07a7f58d0c310a408c109699a7a34b34a0bc84 /.travis.yml
parent6d3a2188e0ae793a9f45de735a5cf515613dba27 (diff)
downloadappdirs-b963e64cba68c371248257f1fcfd9345d3c2fb26.tar.gz
Drop support for EOL Python 3.4
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 86e834f..293cf4d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,6 @@ language: python
python:
- "2.7"
- "pypy2.7-6.0"
- - "3.4"
- "3.5"
- "3.6"
- "3.7"