diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2018-01-25 15:49:31 +0100 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2018-01-25 15:49:31 +0100 |
commit | 1ce9be884414be2cbaffc8b6d2ac83de86017f8c (patch) | |
tree | cd9374efb8090aa15730281a44a065b8e724f5c9 /.travis.yml | |
parent | 72fcb0d8d67b2f76db189519418fed38c0caa623 (diff) | |
download | pylint-git-1ce9be884414be2cbaffc8b6d2ac83de86017f8c.tar.gz |
Stop advertising python 2 support
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index e9292e1cf..44856681c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,6 @@ language: python # 3.5-dev because of http://bugs.python.org/issue25131 matrix: include: - - python: 2.7 - env: TOXENV=py27 - - python: 2.7.6 - env: TOXENV=py27 - python: 3.4 env: TOXENV=py34 - python: 3.5-dev |