Skip to content

Commit adb2d20

Browse files
danieldkDaniël de Kok
authored andcommitted
CI: run clippy
1 parent 1231184 commit adb2d20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@ install:
4040
- cargo install --git https://github.com/PyO3/pyo3-pack.git --tag v0.6.1 pyo3-pack
4141
- rustup default nightly-2019-07-19
4242
- rustup component add rustfmt
43+
- rustup component add clippy
4344

4445
script:
4546
- cargo fmt --all -- --check
47+
- cargo clippy -- -D warnings
4648
- pyo3-pack develop
4749
- pytest
4850
- |

0 commit comments

Comments
 (0)