Skip to content

Commit c154dbd

Browse files
committed
Don't use tox in appveyor
1 parent 710f2d6 commit c154dbd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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 -m tox
26+
- cd examples/simple-extension && python setup.py --install && python setup.py test

examples/simple-extension/tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[tox]
2-
envlist = py36,
2+
envlist = py35,
3+
py36,
34
py37,
45
minversion = 2.9.0
56
skip_missing_interpreters = true

0 commit comments

Comments
 (0)