Skip to content

Commit

Permalink
Declare PyPy compatibility.
Browse files Browse the repository at this point in the history
It was already tested locally via tox.
  • Loading branch information
hannosch committed Apr 3, 2016
1 parent 64e32bf commit b713f19
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: python
sudo: false
python:
- 2.7
- 3.3
- 3.4
- 3.5
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
install:
- python bootstrap.py
- bin/buildout
Expand Down
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog
3.1 - unreleased
----------------

- Declare PyPy compatibility.

3.0 - 2016-04-03
----------------
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],
packages=find_packages('src'),
package_dir={'': 'src'},
Expand Down

0 comments on commit b713f19

Please sign in to comment.