We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7dcec4 commit 1a5220dCopy full SHA for 1a5220d
.gitignore
@@ -5,6 +5,7 @@
5
/.eggs/
6
/.pybuild/
7
/build/
8
+/docs/build/
9
__pycache__/
10
/trio_asyncio.egg-info/
11
.travis.yml
@@ -8,9 +8,9 @@ dist: trusty
matrix:
include:
- - os: linux
12
- language: generic
13
- env: USE_PYPY_RELEASE_VERSION=5.9-beta
+ # - os: linux
+ # language: generic
+ # env: USE_PYPY_RELEASE_VERSION=5.9-beta
14
# Uncomment if you want to test on pypy nightly
15
# - os: linux
16
# language: generic
0 commit comments