Skip to content

Commit 1a5220d

Browse files
committed
no pypy 3.6 compatibility yet
1 parent c7dcec4 commit 1a5220d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
/.eggs/
66
/.pybuild/
77
/build/
8+
/docs/build/
89
__pycache__/
910
/trio_asyncio.egg-info/
1011
/.pybuild/

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ dist: trusty
88

99
matrix:
1010
include:
11-
- os: linux
12-
language: generic
13-
env: USE_PYPY_RELEASE_VERSION=5.9-beta
11+
# - os: linux
12+
# language: generic
13+
# env: USE_PYPY_RELEASE_VERSION=5.9-beta
1414
# Uncomment if you want to test on pypy nightly
1515
# - os: linux
1616
# language: generic

0 commit comments

Comments
 (0)