Browse Source

Converted tabs to spaces

Harro van der Klauw 10 years ago
parent
commit
872b46f3c7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -7,6 +7,6 @@ install:
   - "pip install coveralls"
 # command to run tests
 script:
-	- py.test --cov=flaskbb --cov-report=term-missing tests
+  - py.test --cov=flaskbb --cov-report=term-missing tests
 after_success:
-	- coveralls
+  - coveralls