summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Gilman <davidgilman1@gmail.com>2020-12-14 21:27:51 -0500
committerDavid Gilman <davidgilman1@gmail.com>2020-12-30 22:42:59 -0500
commitd81f07becf3243a84e0baaa3493ce74cafed8022 (patch)
tree78cf9bb2a699fbadcc9ba42c971b80872e529dc0 /.travis.yml
parent3dc3fef1755ee5d1944ccd00d43178e9973dbf0d (diff)
downloadastroid-git-d81f07becf3243a84e0baaa3493ce74cafed8022.tar.gz
Remove Python 3.5 support
pytest very recently dropped support for it, and if we can't run our tests on the platform we can't really support it
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 722fa036..9f2b24f0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,8 +9,6 @@ jobs:
env: TOXENV=pylint
- python: 3.6
env: TOXENV=formatting
- - python: 3.5
- env: TOXENV=py35,py35-six
- python: pypy3
env: TOXENV=pypy
- python: 3.6