Skip to content

Commit

Permalink
Merge 1be5885 into d22e855
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-hadley authored Dec 4, 2020
2 parents d22e855 + 1be5885 commit b6e9799
Show file tree
Hide file tree
Showing 5 changed files with 252 additions and 168 deletions.
2 changes: 2 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[flake8]
max-line-length=110
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ env:
- TWINE_USERNAME="anthrotype"
- secure: chwl41J38s5RFf3gouXeQzsbkQNDVBWISR/teT6fEOIdt7++T51Qe6lkPbaaz01PmvjF1i5X7Hbyg4JY238un3jhQRnNd4bAnB0rfcGEh1hwEmUV0zFEM1PdPP4ihAcnoi032z0ymN5OA71Qq967vcgM1vcTPL0aJIOi4T5MZZLTDmMcno588ZhMvJ6+kNsWSE9zM/rX3ba8ReB0XccWPLvMiV54VmOk5OtaLhTPIxMy0C3Gf7m5xrND7jnLeFbOw+JoarUQQlYRIGKsXUy5ed0d8JLE8dVHTtzt/zVKWA2wslvxXsRIGZCbW1C6YxXqpjyAhp3Xu7pFKxtPS9bkw3fz87/PXcFlNLe1zX/t1H8aaOTWe6+K6S8GbD95KcCnpHsQUFzvQxHqxJqX7xx+1CSoNalXbf0arnuN9y70JcXW6AnHSZUYzOZalFLp18qj24XHaWuoW7TMP/GdQLDRVDzs1cguC0Lf9W/Cxo/FzOMjUgOTE7iEQWIotfJsY8DIDatjA2rclNz7N7fg2rL9Bi5cPUVyCC5SJtrolfpFz2mNAy06pVlc7fdeeH/40wDm//wr2ZNl1DEiNDCNgfgijnCsobgAIJpT5CsMrgZmAzfxuqhTK8012qwqhVkF69M6aTPmLOTS/WzK1FSA5V1m4whdFWwrQXcqzq9kG2wEa54=
install:
- pip install coveralls
- pip install coveralls flake8
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
script:
- flake8 --statistics --count
- coverage run setup.py test
after_success:
- coveralls
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
"Topic :: Text Processing :: Fonts",
"Topic :: Multimedia :: Graphics",
"Topic :: Multimedia :: Graphics :: Graphics Conversion",
],
python_requires='>=3.6',
)
Loading

0 comments on commit b6e9799

Please sign in to comment.