Skip to content

Commit 710f2d6

Browse files
committed
Fix appveyor
1 parent f2fef3f commit 710f2d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Cargo.lock
1010

1111
# cargo fmt
1212
*.bk
13-
.tox/*
13+
.tox/

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 && tox -e py
26+
- cd examples/simple-extension && python -m tox

0 commit comments

Comments
 (0)