Skip to content

Commit 42d903e

Browse files
committed
Add linting to travis CI
1 parent 369d021 commit 42d903e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ script:
5353
- python -c "from compas_fab.backends.vrep.remote_api import vrep"
5454
- python -c "import compas_fab.robots"
5555
- python -c "import compas_fab.utilities"
56-
- pytest
56+
- invoke test --no-doctest
57+
- invoke lint
5758
- if [[ "$TRAVIS_GENERATE_DOCS" == "true" ]]; then
5859
invoke docs;
5960
fi

0 commit comments

Comments
 (0)