We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11da972 commit 5dbb0acCopy full SHA for 5dbb0ac
1 file changed
.travis.yml
@@ -27,6 +27,7 @@ install:
27
- pip install --force-reinstall pylint==1.9.2
28
29
script:
30
+ - pytest adafruit_imageload
31
- pylint adafruit_imageload/**
32
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
33
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-imageload --library_location .
0 commit comments