Browse Source

Specify coveralls version

Denis K 9 years ago
parent
commit
de9f1c26b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -15,7 +15,7 @@ before_install:
 install:
   - pip install -q Django==$DJANGO --use-mirrors
   - pip install . --use-mirrors
-  - pip install coveralls
+  - pip install coveralls==1.0b1
 script:
   - coverage run --source=jet --omit=*/migrations/*,*/south_migrations/*,*/tests/* manage.py test jet
 after_success: