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 829083d commit a59702bCopy full SHA for a59702b
.travis.yml
@@ -40,6 +40,8 @@ install:
40
- rustup default nightly-2019-07-19
41
- rustup component add rustfmt
42
- rustup component add clippy
43
+ - cargo fmt --all -- --check
44
+ - cargo clippy -- -D warnings
45
- |
46
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
47
travis_retry wget https://github.com/PyO3/maturin/releases/download/v0.7.2/maturin-v0.7.2-x86_64-apple-darwin.tar.gz
@@ -52,6 +54,7 @@ install:
52
54
fi
53
55
56
script:
57
+ - sed -i.orig -e '/^name =/ s/finalfusion-python/finalfusion/' -- Cargo.toml
58
- cargo fmt --all -- --check
59
- cargo clippy -- -D warnings
60
- ./maturin develop
0 commit comments