ソースを参照

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
 

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