Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ env:
PYTHON_DEBUG_BUILD=0

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)"
Expand All @@ -43,6 +44,8 @@ jobs:
python: 3.8
- name: "run test suite with python 3.9"
python: 3.9
- name: "run test suite with python nightly"
python: nightly
- name: "run mypyc runtime tests with python 3.6 debug build"
language: generic
env:
Expand Down Expand Up @@ -80,6 +83,8 @@ jobs:
# env:
# - TOXENV=dev
# - EXTRA_ARGS=
allow_failures:
- python: nightly

install:
# pip 21.0 no longer works on Python 3.5
Expand Down