Browse Source

Changed testing script.

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

+ 2 - 3
.travis.yml

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