mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Standardize formatting of .travis.yml
Use 2 spaces for indentation.
This commit is contained in:
parent
63602c4a9e
commit
4e896c427d
1 changed files with 12 additions and 13 deletions
25
.travis.yml
25
.travis.yml
|
|
@ -1,25 +1,24 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.3"
|
- "3.3"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
addons:
|
addons:
|
||||||
apt_packages:
|
apt_packages:
|
||||||
- pandoc
|
- pandoc
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo locale-gen fr_FR.UTF-8 tr_TR.UTF-8
|
- sudo locale-gen fr_FR.UTF-8 tr_TR.UTF-8
|
||||||
install:
|
install:
|
||||||
- pip install .
|
- pip install .
|
||||||
- pip install -r dev_requirements.txt
|
- pip install -r dev_requirements.txt
|
||||||
- pip install nose-cov
|
- pip install nose-cov
|
||||||
script: nosetests -sv --with-coverage --cover-package=pelican pelican
|
script: nosetests -sv --with-coverage --cover-package=pelican pelican
|
||||||
after_success:
|
after_success:
|
||||||
# Report coverage results to coveralls.io
|
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
- coveralls
|
- coveralls
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
- "irc.freenode.org#pelican"
|
- "irc.freenode.org#pelican"
|
||||||
on_success: change
|
on_success: change
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue