Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
updated .travis; Travis wouldn't run 'py.tests'...suggested 'py.test'
  • Loading branch information
sommersoft committed Mar 6, 2018
commit 71464249819055cf48638994285492c4c75c7963
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install:
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme pytest

script:
- py.tests
- py.test
- pylint adafruit_motor/*.py
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
- ([[ ! -d "tests" ]] || pylint --disable=missing-docstring tests/*.py)
Expand Down