Skip to content

Commit 30a0e27

Browse files
committed
[ninja] Adding 2.7 back into weekly build as it doesn't make sense to exclude it
1 parent b51b89c commit 30a0e27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ schedules:
3737

3838
commit_branches_dev:
3939
schedule: per_commit
40+
disable_pull_requests: true
4041
branches:
4142
include: [/dev-python.*/]
4243
env_vars: |
@@ -62,7 +63,7 @@ schedules:
6263
EVENT_LOOP_MANAGER='libev'
6364
matrix:
6465
exclude:
65-
- python: [2.7, 3.5]
66+
- python: [3.5]
6667
- cassandra: ['2.2', '3.1']
6768

6869
weekly_gevent:

0 commit comments

Comments
 (0)