From a3e6d416cf1a2f670548b4602e3090722b0769c8 Mon Sep 17 00:00:00 2001 From: icoz Date: Sun, 12 Feb 2017 18:10:17 +0300 Subject: new fix for .travis.yml --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 110f781..69e0531 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: python +branches: + only: + master python: - "3.3" - "3.4" @@ -7,5 +10,6 @@ python: # command to install dependencies install: "pip install -r requirements.txt" # command to run tests -script: python -m unittest habr/user.py -script: python -m unittest habr/topic.py +script: + - python -m unittest habr/user.py + - python -m unittest habr/topic.py -- cgit v1.2.3