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 167ed3c commit 4a95b8aCopy full SHA for 4a95b8a
.travis.yml
@@ -9,9 +9,8 @@ python:
9
- "3.6"
10
- "3.7"
11
- "3.8-dev"
12
-# TODO (dargueta): Enable these once we figure out FTP timing issues in PyPy tests
13
-# - 'pypy'
14
-# - 'pypy3.5-7.0'
+ - 'pypy'
+ - 'pypy3.5-7.0' # Need 7.0+ due to a bug in earlier versions that broke our tests.
15
16
matrix:
17
include:
@@ -22,6 +21,10 @@ matrix:
22
21
python: '3.7'
23
env: TOXENV=lint
24
+ allow_failures:
25
+ - python: pypy
26
+ - python: pypy3.5-7.0
27
+
28
before_install:
29
- pip install -U tox tox-travis
30
- pip --version
0 commit comments