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 committed Sep 1, 2016
1 parent cad0865 commit 6cda59d
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:
- "travis_retry pip install --upgrade pip setuptools py"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -114,9 +114,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 6cda59d

Please sign in to comment.