Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/icoz/habraparse.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoricoz <icoz.vt@gmail.com>2017-02-12 18:10:17 +0300
committericoz <icoz.vt@gmail.com>2017-02-12 18:10:17 +0300
commita3e6d416cf1a2f670548b4602e3090722b0769c8 (patch)
treecb059444820e1f82c444e9b132ee1d57c261f071
parent7da2de43251ccb3783aff1f13beac76c4aeee474 (diff)
new fix for .travis.yml
-rw-r--r--.travis.yml8
1 files 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