ソースを参照

Put -q earlier so Travis generates fewer messages.

tags/v0.4
Ben Kurtovic 10年前
コミット
efcd59e097
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml ファイルの表示

@@ -6,4 +6,4 @@ python:
- "3.3"
- "3.4"
install: python setup.py build
script: python setup.py test -q
script: python setup.py -q test

読み込み中…
キャンセル
保存