Commit 875700fe authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Make pipeline unit tests verbose

parent 9f0f9fdc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -63,6 +63,7 @@ Unit Tests:
  script:
  - pip install -r requirements.txt -e . coverage[toml] nose
  - coverage run -m nose tests
    --verbose
    --with-xunit --xunit-file=results/xunit.xml
  - coverage report
  - coverage json