Skip to content

Commit 7146424

Browse files
committed
updated .travis; Travis wouldn't run 'py.tests'...suggested 'py.test'
1 parent 60fc1fc commit 7146424

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
@@ -26,7 +26,7 @@ install:
2626
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme pytest
2727

2828
script:
29-
- py.tests
29+
- py.test
3030
- pylint adafruit_motor/*.py
3131
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
3232
- ([[ ! -d "tests" ]] || pylint --disable=missing-docstring tests/*.py)

0 commit comments

Comments
 (0)