Do not install the 'testmodules' folder
This commit is contained in:
parent
476191f7dd
commit
a27ce97f9e
|
@ -3,6 +3,8 @@ author = "asynctest Authors"
|
|||
description = "Test asynchronous code"
|
||||
license = "MIT"
|
||||
|
||||
skipDirs = @["testmodules"]
|
||||
|
||||
task test, "Runs the test suite":
|
||||
for module in ["stdlib", "chronos", "unittest2"]:
|
||||
withDir "testmodules/" & module:
|
||||
|
|
Loading…
Reference in New Issue