From e157a7a83d5429bca9d564d931ab041fa96cd277 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 8 Nov 2017 04:03:25 -0500 Subject: Add tests for the individual tokenizer states. --- setup.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 21fffac..8782f3f 100644 --- a/setup.py +++ b/setup.py @@ -5,4 +5,13 @@ setup( version='0.1', packages=find_packages(), scripts=['bin/actinide-repl'], + + setup_requires=[ + 'pytest-runner', + ], + + tests_require=[ + 'pytest', + 'hypothesis', + ], ) -- cgit v1.2.3