From a83ab41ba0971f7d2123c04678a7afa26d861de4 Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Fri, 4 Sep 2015 20:55:41 +0500 Subject: [PATCH] don't run tests twice on Travis if a PR is made from a scrapy/scrapy branch --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index cdb40bfcf..32a42f2c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: python python: 2.7 +branches: + only: + - master + - /^\d\.\d+$/ env: - TOXENV=py27 - TOXENV=precise