Skip to content

Commit 5920ecd

Browse files
author
Diego Argueta
committed
Start testing PyPy
1 parent 167ed3c commit 5920ecd

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ python:
99
- "3.6"
1010
- "3.7"
1111
- "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'
12+
- 'pypy'
13+
- 'pypy3.5-7.0' # Need 7.0+ due to a bug in earlier versions that broke our tests.
1514

1615
matrix:
1716
include:
@@ -22,6 +21,11 @@ matrix:
2221
python: '3.7'
2322
env: TOXENV=lint
2423

24+
# Temporary bandaid for https://github.com/PyFilesystem/pyfilesystem2/issues/342
25+
allow_failures:
26+
- python: pypy
27+
- python: pypy3.5-7.0
28+
2529
before_install:
2630
- pip install -U tox tox-travis
2731
- pip --version

0 commit comments

Comments
 (0)