Skip to content

Commit 70e2462

Browse files
committed
Fix appveyor
1 parent c154dbd commit 70e2462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ test_script:
2323
- cargo build --verbose --all
2424
- cargo test --verbose --all
2525
- 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
26+
- cd examples/simple-extension && python setup.py install && python setup.py test

0 commit comments

Comments
 (0)