Skip to content

Commit

Permalink
Merge pull request #6 from gforcada/patch-1
Browse files Browse the repository at this point in the history
Test on pypy as well
  • Loading branch information
jamadden committed Nov 4, 2016
2 parents 6487814 + 0a3c0c5 commit 71f8260
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ python:
- 3.3
- 3.4
- 3.5
- pypy
- pypy3
install:
- pip install .
script:
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Change History for ZConfig

- Drop support for Python 2.6 and 3.2.

- Run tests with pypy and pypy3 as well.


3.1.0 (2015-10-17)
------------------
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def alltests():
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Operating System :: OS Independent',
'Topic :: Software Development',
],
Expand Down

0 comments on commit 71f8260

Please sign in to comment.