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 fc652d1 commit 7100b81Copy full SHA for 7100b81
.appveyor.yml
@@ -5,7 +5,6 @@ environment:
5
6
matrix:
7
- PYTHON: "C:/Python27-x64"
8
- - PYTHON: "C:/Python35-x64"
9
- PYTHON: "C:/Python36-x64"
10
- PYTHON: "C:/Python37-x64"
11
.travis.yml
@@ -40,3 +40,6 @@ jobs:
40
- pre-commit install-hooks
41
script:
42
- pre-commit run --all-files
43
+
44
+ allow_failures:
45
+ - python: pypy3
0 commit comments