Improve project quality check (special thanks to [eclar](https://github.com/eclar))
Project:
1. Fixed compatibilities issues to use graphene-django>=2.3.2
2. Removed support for python<3.6 from classifier
3. Added poetry package management
4. Added dev dependencies in poetry
5. Added black, coverage, travis badges to README
Testing:
1. Removed testing project and added tests folder
2. Tests are now using pytest with the appropriate configuration
3. Added tox for testings purposes
4. Added quality checks
5. Added coverage
Quality:
1. Added linters
2. Blacked project