We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1231184 commit adb2d20Copy full SHA for adb2d20
.travis.yml
@@ -40,9 +40,11 @@ install:
40
- cargo install --git https://github.com/PyO3/pyo3-pack.git --tag v0.6.1 pyo3-pack
41
- rustup default nightly-2019-07-19
42
- rustup component add rustfmt
43
+ - rustup component add clippy
44
45
script:
46
- cargo fmt --all -- --check
47
+ - cargo clippy -- -D warnings
48
- pyo3-pack develop
49
- pytest
50
- |
0 commit comments