Add handling and decision making for select and ignore

This commit is contained in:
Ian Cordasco 2016-02-02 20:48:26 -06:00
parent 0645ec3ef7
commit eafc91ae6a
4 changed files with 249 additions and 6 deletions

View file

@ -3,3 +3,7 @@ test=pytest
[bdist_wheel]
universal=1
[metadata]
requires-dist =
enum34; python_version<"3.4"