update appveyor config

This commit is contained in:
Nikolay Kim 2017-07-26 18:42:30 -07:00
parent 268fe2a43c
commit 2908b01224
1 changed files with 3 additions and 0 deletions

View File

@ -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