update appveyor config
This commit is contained in:
parent
268fe2a43c
commit
2908b01224
|
@ -10,6 +10,9 @@ install:
|
|||
- rustc -V
|
||||
- cargo -V
|
||||
- python --version
|
||||
build_script:
|
||||
- set PATH=C:\Python27-x64;%PATH%&& cargo build --verbose --features python2
|
||||
- set PATH=C:\Python34-x64;%PATH%&& cargo build --verbose --features python3
|
||||
test_script:
|
||||
- set PATH=C:\Python27-x64;%PATH%&& cargo test --verbose --features python2
|
||||
- set PATH=C:\Python34-x64;%PATH%&& cargo test --verbose --features python3
|
||||
|
|
Loading…
Reference in New Issue