mirror of https://github.com/docker/docs.git
Fix travis formatting
To use formatting travis command line tool uses
This commit is contained in:
parent
15e8c9ffbb
commit
8b77b51c15
22
.travis.yml
22
.travis.yml
|
@ -1,19 +1,15 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.6"
|
- '2.6'
|
||||||
- "2.7"
|
- '2.7'
|
||||||
- "3.2"
|
- '3.2'
|
||||||
- "3.3"
|
- '3.3'
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- python: "3.2"
|
- python: '3.2'
|
||||||
- python: "3.3"
|
- python: '3.3'
|
||||||
|
|
||||||
install: script/travis-install
|
install: script/travis-install
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- pwd
|
- pwd
|
||||||
- env
|
- env
|
||||||
- sekexe/run "`pwd`/script/travis $TRAVIS_PYTHON_VERSION"
|
- sekexe/run "`pwd`/script/travis $TRAVIS_PYTHON_VERSION"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue