Ver código fonte

Manually configure nose for circle.

tags/v0.1.1
Chris Smith 7 anos atrás
pai
commit
03f7fc91c0
1 arquivos alterados com 4 adições e 1 exclusões
  1. 4
    1
      circle.yml

+ 4
- 1
circle.yml Ver arquivo

@@ -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
 

Carregando…
Cancelar
Salvar