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 710f2d6 commit c154dbdCopy full SHA for c154dbd
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 -m tox
+ - cd examples/simple-extension && python setup.py --install && python setup.py test
examples/simple-extension/tox.ini
@@ -1,5 +1,6 @@
1
[tox]
2
-envlist = py36,
+envlist = py35,
3
+ py36,
4
py37,
5
minversion = 2.9.0
6
skip_missing_interpreters = true
0 commit comments