🔨 #11 add more content of tests folder

This commit is contained in:
chfw 2019-01-07 07:13:29 +00:00
parent 56fbecb2aa
commit c5991d825c
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
include README.rst include README.rst
include LICENSE include LICENSE
include CHANGELOG.rst include CHANGELOG.rst
include tests/*.py recursive-include tests *
include docs/source/* include docs/source/*

View File

@ -3,6 +3,5 @@ nose
codecov codecov
coverage coverage
flake8 flake8
six
black;python_version>="3.6" black;python_version>="3.6"
isort;python_version>="3.6" isort;python_version>="3.6"