Skip to content

Commit 0b37f3e

Browse files
committed
Limit Travis/AppVeyor to only test dev and master branches (and PRs)
1 parent e4700b3 commit 0b37f3e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
dist: trusty
22

3+
branches:
4+
only:
5+
- master
6+
- dev
7+
38
language: python
49
python:
510
- 3.6

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
branches:
2+
only:
3+
- master
4+
- dev
5+
16
environment:
27
matrix:
38
- PYTHON: "C:\\Python36-x64\\python.exe"

0 commit comments

Comments
 (0)