summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2019-06-20 09:47:50 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2019-06-20 09:49:48 +0200
commit927db96bbd343a61428faa0249fdeec58cfb3ebe (patch)
tree7604004ed6c2dc86c0c937fe28274e2248e8e195 /.travis.yml
parenta913613257c9d14245a780695c113400c862cae3 (diff)
downloadpylint-git-927db96bbd343a61428faa0249fdeec58cfb3ebe.tar.gz
Dropped support for Python 3.4
It reached EoL a while ago an our typed_ast dependency also stopped working for 3.4. Ideally just use a more recent Python version, which also helps us as we don't have to maintain support for multiple minor versions at once.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 6ee6e78f9..a9eedab1b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,9 +17,6 @@ jobs:
env: TOXENV=formatting
- python: 3.6
env: TOXENV=mypy
- - stage: tests-cpython
- python: 3.4
- env: TOXENV=py34
- python: 3.5-dev
env: TOXENV=py35
- python: 3.6