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 5920ecdCopy full SHA for 5920ecd
.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,11 @@ matrix:
22
21
python: '3.7'
23
env: TOXENV=lint
24
+ # Temporary bandaid for https://github.com/PyFilesystem/pyfilesystem2/issues/342
25
+ allow_failures:
26
+ - python: pypy
27
+ - python: pypy3.5-7.0
28
+
29
before_install:
30
- pip install -U tox tox-travis
31
- pip --version
0 commit comments