Browse Source

Fixing travis runner

Rafał Pitoń 11 years ago
parent
commit
ede8a15d54
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.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
+  - "coverage run --source=misago testrunner.py test"
  after_success:
   - coveralls