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 f2fef3f commit 710f2d6Copy full SHA for 710f2d6
.gitignore
@@ -10,4 +10,4 @@ Cargo.lock
10
11
# cargo fmt
12
*.bk
13
-.tox/*
+.tox/
appveyor.yml
@@ -23,4 +23,4 @@ test_script:
23
- cargo build --verbose --all
24
- cargo test --verbose --all
25
- rustdoc --test README.md -L native="%PYTHON%\\libs" -L target/debug/deps/
26
- - cd examples/simple-extension && tox -e py
+ - cd examples/simple-extension && python -m tox
0 commit comments