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 c154dbd commit 70e2462Copy full SHA for 70e2462
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 && python setup.py --install && python setup.py test
+ - cd examples/simple-extension && python setup.py install && python setup.py test
0 commit comments