windows: run sipyco tests

pull/30/head
Sebastien Bourdeauducq 2019-11-10 19:39:30 +08:00
parent 525b91cb21
commit c16af00977
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
diskImage ? "/opt/windows/c.img",
qemuMem ? "2G",
testTimeout ? 600,
testCommand ? "python -m unittest discover -v artiq.test",
testCommand ? "python -m unittest discover -v sipyco.test && python -m unittest discover -v artiq.test",
}:
with pkgs;