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 5d9e983 commit 34348aaCopy full SHA for 34348aa
appveyor.yml
@@ -2,7 +2,7 @@ version: '{branch}-{build}'
2
build: off
3
4
image:
5
- - Visual Studio 2017
+ - Visual Studio 2019
6
7
platform:
8
- x86
requirements.txt
@@ -1,12 +1,11 @@
1
# Requirements for both Travis and AppVeyor
-pytest==3.2.5
+pytest
coverage
psutil
# Coverage upload
codecov
9
# Platform specific requirements
10
-# pip; sys_platform == 'win32'
11
-wheel; sys_platform == 'win32'
12
-pycparser; sys_platform != 'win32'
+wheel
+pycparser
0 commit comments