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

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2016-12-24 11:31:58 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2016-12-25 06:19:16 +0300
commit4cc3c154fec15714929c65ca3649d87f1c506338 (patch)
tree09a966d8b06be41d51177b8b6f6c88124143efae /.travis.yml
parent934ec657d4d5b04379013b2f689c51b9e2f87008 (diff)
Refactor travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index f4e2e544d..09b89a7ae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,8 +42,7 @@ install:
- pip install -U pip setuptools
- pip install docutils==$DOCUTILS
- pip install -r test-reqs.txt
-before_script:
- - if [[ $TRAVIS_PYTHON_VERSION != '2.6' ]]; then flake8; fi
script:
- - if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then make style-check test-async; fi
- - if [[ $TRAVIS_PYTHON_VERSION != '3.6' ]]; then make test; fi
+ - flake8
+ - if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then make style-check test-async; fi
+ - if [[ $TRAVIS_PYTHON_VERSION != '3.6' ]]; then make test; fi