ソースを参照

Specify coverage version

Denis K 9 年 前
コミット
2d337e83aa
1 ファイル変更1 行追加0 行削除
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

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