Commit b713f19a authored by Hanno Schlichting's avatar Hanno Schlichting

Declare PyPy compatibility.

It was already tested locally via tox.
parent 64e32bf2
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
......
......@@ -4,6 +4,7 @@ Changelog
3.1 - unreleased
----------------
- Declare PyPy compatibility.
3.0 - 2016-04-03
----------------
......
......@@ -36,6 +36,7 @@ setup(name='tempstorage',
"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'},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment