mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Travis: fix YAML style
This commit is contained in:
+5
-7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user