File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 9
9
- " 3.6"
10
10
- " 3.7"
11
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'
12
+ - ' pypy'
13
+ - ' pypy3.5-7.0' # Need 7.0+ due to a bug in earlier versions that broke our tests.
15
14
16
15
matrix :
17
16
include :
@@ -22,6 +21,11 @@ matrix:
22
21
python : ' 3.7'
23
22
env : TOXENV=lint
24
23
24
+ # Temporary bandaid for https://github.com/PyFilesystem/pyfilesystem2/issues/342
25
+ allow_failures :
26
+ - python : pypy
27
+ - python : pypy3.5-7.0
28
+
25
29
before_install :
26
30
- pip install -U tox tox-travis
27
31
- pip --version
Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
+ ## [ 2.4.12] - (Unreleased)
9
+
10
+ ### Changed
11
+
12
+ - Start testing on PyPy. Due to [ #342 ] ( https://github.com/PyFilesystem/pyfilesystem2/issues/342 )
13
+ we have to treat PyPy builds specially and allow them to fail, but at least we'll
14
+ be able to see if we break something aside from known issues with FTP tests.
15
+
8
16
## [ 2.4.11] - 2019-09-07
9
17
10
18
### Added
You can’t perform that action at this time.
0 commit comments