Add missing test dependency

PyYAML is needed to parse the programming simulation data.
This commit is contained in:
Grigori Goronzy 2017-09-02 00:08:28 +02:00
parent 0ca8b2ea2d
commit 6dccf13fb6

View File

@ -56,4 +56,5 @@ setup(
"Topic :: Software Development",
],
test_suite = "test",
tests_require = ["PyYAML"],
)