From d009f4d86c5ac30c018c316e82f1f33020b24590 Mon Sep 17 00:00:00 2001 From: cclauss Date: Sun, 5 Aug 2018 16:51:03 +0200 Subject: [PATCH] Travis CI: branches: only: - master - stable --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index e5b57753..1b6f9c53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,10 @@ cache: pip python: - 2.7 - 3.6 +branches: + only: + - master + - dev install: - pip install -r requirements.txt - pip install flake8 # pytest # add another testing frameworks later