Skip to content

Commit 04b5fef

Browse files
authored
Merge pull request #2073 from sopel-irc/travis-cutback
build: remove EOL Python versions from Travis config
2 parents 8eec49f + f052e61 commit 04b5fef

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.travis.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,6 @@ dist: bionic # most recent base image by default
44
language: python
55
jobs:
66
include:
7-
- name: "Python 2.7 on Bionic"
8-
python: 2.7
9-
- name: "Python 3.3 on Trusty"
10-
python: 3.3
11-
dist: trusty # trusty is the last image to officially support py3.3
12-
- name: "Python 3.4 on Xenial"
13-
python: 3.4
14-
dist: xenial # xenial is the last image to officially support py3.4
15-
- name: "Python 3.5 on Xenial"
16-
python: 3.5
17-
dist: xenial # xenial is the last image to officially support py3.5
187
- name: "Python 3.6 on Bionic"
198
python: 3.6
209
- name: "Python 3.7 on Bionic"
@@ -35,8 +24,6 @@ cache:
3524
directories:
3625
- $HOME/.cache/pip
3726
install:
38-
# setuptools should be left alone once we drop Python 3.3 support
39-
- pip install --upgrade "setuptools<=39.2.0; python_version < '3.9'"
4027
- pip install --upgrade -r requirements.txt -r dev-requirements.txt
4128
- python setup.py develop
4229
script:

0 commit comments

Comments
 (0)