Skip to content

Commit 5a156b3

Browse files
disable pypy on windows until scandir works for it
1 parent 95f00de commit 5a156b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ environment:
1414
- TOXENV: "py34"
1515
- TOXENV: "py35"
1616
- TOXENV: "py36"
17-
- TOXENV: "pypy"
17+
# - TOXENV: "pypy" reenable when we are able to provide a scandir wheel or build scandir
1818
- TOXENV: "py27-pexpect"
1919
- TOXENV: "py27-xdist"
2020
- TOXENV: "py27-trial"

0 commit comments

Comments
 (0)