소스 검색

Manually configure nose for circle.

tags/v0.1.1
Chris Smith 7 년 전
부모
커밋
03f7fc91c0
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4
    1
      circle.yml

+ 4
- 1
circle.yml 파일 보기

@@ -6,6 +6,9 @@ machine:
6 6
     - docker
7 7
 
8 8
 test:
9
-  post:
9
+  pre:
10
+    - mkdir $CIRCLE_TEST_REPORTS/nosetests
11
+  override:
10 12
     - pylint -d invalid-name docker-rerun
13
+    - nosetests -v --with-xunit --xunit-file=$CIRCLE_TEST_REPORTS/nosetests/nosetests.xml
11 14
 

Loading…
취소
저장