Skip to content

Commit

Permalink
Excellent quality improvement. Moved to type hinting throughout and i…
Browse files Browse the repository at this point in the history
…ncreased code coverage.
  • Loading branch information
TheHeadlessSourceMan committed Jun 10, 2020
1 parent 71ca477 commit 05c5ddf
Show file tree
Hide file tree
Showing 164 changed files with 5,610 additions and 4,714 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ python:
# command to install dependencies
install:
- pip install codecov
- pip install pillow
- pip install scipy

# command to run tests
script: cd test && coverage run test.py
5 changes: 5 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""
Pure python implementation of the gimp file formats
@supports: pyformatgenie
"""
from .gimpFormat import *
from .gimpGbrBrush import *
from .gimpGgrGradient import *
Expand Down
Loading

0 comments on commit 05c5ddf

Please sign in to comment.