Browse Source

Manually configure nose for circle.

tags/v0.1.1
Chris Smith 7 years ago
parent
commit
03f7fc91c0
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      circle.yml

+ 4
- 1
circle.yml View File

@@ -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…
Cancel
Save