Browse Source

Use 2-space indention for .travis.yml

Matthew Wang 8 years ago
parent
commit
841e2fb45a
1 changed files with 13 additions and 13 deletions
  1. 13
    13
      .travis.yml

+ 13
- 13
.travis.yml View File

@@ -1,22 +1,22 @@
1 1
 language: python
2 2
 
3 3
 python:
4
-    - "2.6"
5
-    - "2.7"
6
-    - "3.2"
7
-    - "3.3"
8
-    - "3.4"
9
-    - "pypy"
4
+  - "2.6"
5
+  - "2.7"
6
+  - "3.2"
7
+  - "3.3"
8
+  - "3.4"
9
+  - "pypy"
10 10
 
11 11
 before_install:
12
-    - pip --quiet install docutils
13
-    - pip --quiet install Pygments==1.6
14
-    - pip --quiet install coverage
15
-    - coverage --version
16
-    - sudo apt-get --quiet=2 install patchutils
12
+  - pip --quiet install docutils
13
+  - pip --quiet install Pygments==1.6
14
+  - pip --quiet install coverage
15
+  - coverage --version
16
+  - sudo apt-get --quiet=2 install patchutils
17 17
 
18 18
 install:
19
-    - python setup.py --quiet install
19
+  - python setup.py --quiet install
20 20
 
21 21
 script:
22
-    - make test
22
+  - make test