mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
Travis: fix YAML style
This commit is contained in:
parent
3de9ff387d
commit
6957d1d109
1 changed files with 5 additions and 7 deletions
12
.travis.yml
12
.travis.yml
|
|
@ -1,15 +1,13 @@
|
|||
language: python
|
||||
|
||||
before_install:
|
||||
- travis_retry sudo apt-get install python python-setuptools python-virtualenv python-dev gcc swig dialog libaugeas0 libssl-dev
|
||||
before_install: >
|
||||
travis_retry sudo apt-get install python python-setuptools
|
||||
python-virtualenv python-dev gcc swig dialog libaugeas0 libssl-dev
|
||||
|
||||
install:
|
||||
- travis_retry python setup.py dev[testing]
|
||||
install: travis_retry python setup.py dev[testing]
|
||||
script: travis_retry tox -e $TOX_ENV
|
||||
|
||||
env:
|
||||
- TOX_ENV=py26
|
||||
- TOX_ENV=py27
|
||||
- TOX_ENV=lint
|
||||
|
||||
script:
|
||||
- travis_retry tox -e $TOX_ENV
|
||||
|
|
|
|||
Loading…
Reference in a new issue