浏览代码

Fix travis formatting

To use formatting travis command line tool uses
Ben Firshman 11 年之前
父节点
当前提交
8b77b51c15
共有 1 个文件被更改,包括 9 次插入13 次删除
  1. 9 13
      .travis.yml

+ 9 - 13
.travis.yml

@@ -1,19 +1,15 @@
 language: python
 python:
-  - "2.6"
-  - "2.7"
-  - "3.2"
-  - "3.3"
-
+- '2.6'
+- '2.7'
+- '3.2'
+- '3.3'
 matrix:
   allow_failures:
-    - python: "3.2"
-    - python: "3.3"
-
+  - python: '3.2'
+  - python: '3.3'
 install: script/travis-install
-
 script:
- - pwd
- - env
- - sekexe/run "`pwd`/script/travis $TRAVIS_PYTHON_VERSION"
-
+- pwd
+- env
+- sekexe/run "`pwd`/script/travis $TRAVIS_PYTHON_VERSION"