Skip to content

Commit 8a05ca7

Browse files
committed
Limit Travis builds to master and develop
1 parent 2432f9f commit 8a05ca7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ language: python
22
python:
33
- "3.4"
44
- "3.5"
5+
branches:
6+
only:
7+
- master
8+
- develop
59
install:
610
- pip install flake8
711
before_script:

0 commit comments

Comments
 (0)