Skip to content

Commit

Permalink
Use latest pypy3 on travis because of pip.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Dec 5, 2016
1 parent cd8a087 commit 429ec61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python:
- 3.4
- 3.5
- pypy
- pypy3
- pypy3.3-5.2-alpha1
install:
- pip install -U pip setuptools # need updated pip for caching
- pip install .[test]
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Changes

- Drop support for Python 2.6.

- Add support for PyPy3 5.2.

- Stop depending on ZODB for anything except testing.

4.1.0 (2014-12-27)
Expand Down

0 comments on commit 429ec61

Please sign in to comment.