Skip to content

Commit fd45cdc

Browse files
committed
Update test command for travis
1 parent b6d13db commit fd45cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ install:
2727
- pip install --force-reinstall pylint==1.9.2
2828

2929
script:
30-
- pytest adafruit_imageload
30+
- python -m pytest
3131
- pylint adafruit_imageload/**
3232
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
3333
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-imageload --library_location .

0 commit comments

Comments
 (0)