Skip to content

Commit

Permalink
Stop running Python 3.5 in CI
Browse files Browse the repository at this point in the history
Python 3.5 always fails in CI these days
Linking python#9950
  • Loading branch information
hauntsaninja committed Apr 20, 2021
1 parent 2ac722a commit d01804d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ env:
jobs:
fast_finish: true
include:
# Specifically request 3.5.1 because we need to be compatible with that.
- name: "run test suite with python 3.5.1 (compiled with mypyc)"
python: 3.5.1
dist: trusty
env:
- TOXENV=py
- EXTRA_ARGS="-n 2"
- TEST_MYPYC=1
- name: "run test suite with python 3.6"
python: 3.6 # 3.6.3 pip 9.0.1
- name: "run test suite with python 3.7 (compiled with mypyc)"
Expand Down

0 comments on commit d01804d

Please sign in to comment.