Skip to content

Commit

Permalink
installation: addition of PyPy classifiers
Browse files Browse the repository at this point in the history
Signed-off-by: Alizee Pace <alizee.pace@gmail.com>
  • Loading branch information
alizeepace authored and jirikuncar committed Sep 5, 2016
1 parent a4631ec commit ff6d324
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -40,9 +40,12 @@ env:

python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"

matrix:
allow_failures:
- python: pypy

before_install:
- "mkdir /tmp/elasticsearch"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -142,9 +142,9 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Development Status :: 1 - Planning',
],
)

0 comments on commit ff6d324

Please sign in to comment.