Commit b713f19a authored by Hanno Schlichting's avatar Hanno Schlichting

Declare PyPy compatibility.

It was already tested locally via tox.
parent 64e32bf2
language: python language: python
sudo: false sudo: false
python: python:
- 2.7 - "2.7"
- 3.3 - "3.3"
- 3.4 - "3.4"
- 3.5 - "3.5"
- "pypy"
install: install:
- python bootstrap.py - python bootstrap.py
- bin/buildout - bin/buildout
......
...@@ -4,6 +4,7 @@ Changelog ...@@ -4,6 +4,7 @@ Changelog
3.1 - unreleased 3.1 - unreleased
---------------- ----------------
- Declare PyPy compatibility.
3.0 - 2016-04-03 3.0 - 2016-04-03
---------------- ----------------
......
...@@ -36,6 +36,7 @@ setup(name='tempstorage', ...@@ -36,6 +36,7 @@ setup(name='tempstorage',
"Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.5",
"Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
], ],
packages=find_packages('src'), packages=find_packages('src'),
package_dir={'': '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