소스 검색

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

불러오는 중...
취소
저장