Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite8ddd07

Browse files
committed
Add AppVeyor build control file
1 parent6bae6d9 commite8ddd07

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

‎.appveyor.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# To activate, change the Appveyor settings to use `.appveyor.yml`.
2+
init:
3+
-SET PATH=C:\\Python27\\Scripts\\;%PATH%"
4+
5+
install:
6+
-git submodule update --init --recursive
7+
-python -m pip install tox
8+
9+
build:off
10+
11+
test_script:
12+
# Avoid py35-optional, as pypi does not have lxml wheels for py35
13+
-python -m tox -e "py35-base,{py27,py33,py34}-{base,optional}"
14+
15+
after_test:
16+
-python debug-info.py

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp