Skip to content

Commit 7100b81

Browse files
committed
Fix CI
1 parent fc652d1 commit 7100b81

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ environment:
55

66
matrix:
77
- PYTHON: "C:/Python27-x64"
8-
- PYTHON: "C:/Python35-x64"
98
- PYTHON: "C:/Python36-x64"
109
- PYTHON: "C:/Python37-x64"
1110

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ jobs:
4040
- pre-commit install-hooks
4141
script:
4242
- pre-commit run --all-files
43+
44+
allow_failures:
45+
- python: pypy3

0 commit comments

Comments
 (0)