We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d13db commit fd45cdcCopy full SHA for fd45cdc
.travis.yml
@@ -27,7 +27,7 @@ install:
27
- pip install --force-reinstall pylint==1.9.2
28
29
script:
30
- - pytest adafruit_imageload
+ - python -m pytest
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