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

Commit34348aa

Browse files
committed
Update AppVeyor image and always install all requirements
1 parent5d9e983 commit34348aa

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

‎appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '{branch}-{build}'
22
build:off
33

44
image:
5-
-Visual Studio2017
5+
-Visual Studio2019
66

77
platform:
88
-x86

‎requirements.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# Requirements for both Travis and AppVeyor
2-
pytest==3.2.5
2+
pytest
33
coverage
44
psutil
55

66
# Coverage upload
77
codecov
88

99
# Platform specific requirements
10-
# pip; sys_platform == 'win32'
11-
wheel;sys_platform=='win32'
12-
pycparser;sys_platform!='win32'
10+
wheel
11+
pycparser

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp