Explorar el Código

Manually configure nose for circle.

tags/v0.1.1
Chris Smith hace 7 años
padre
commit
03f7fc91c0
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4
    1
      circle.yml

+ 4
- 1
circle.yml Ver fichero

@@ -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…
Cancelar
Guardar