Rafał Pitoń 11 years ago
parent
commit
0df4f2f0bd
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .travis.yml

+ 3 - 3
.travis.yml

@@ -2,9 +2,9 @@ language: python
 python:
   - "2.7"
 install:
-  - "pip install -r requirements.txt --use-mirrors"
+  - pip install -r requirements.txt --use-mirrors
   - pip install coveralls
 script:
-  - "coverage run --source=misago testrunner.py test"
- after_success:
+  - coverage run --source=misago testrunner.py test
+after_success:
   - coveralls