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 Aug 24, 2016
1 parent d6b0501 commit 2db0a85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,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
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,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 :: 3 - Alpha',
],
)

0 comments on commit 2db0a85

Please sign in to comment.