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 1, 2016
1 parent ef8c74e commit ff6f2ee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,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 @@ -145,9 +145,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',
],
)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# as an Intergovernmental Organization or submit itself to any jurisdiction.

[tox]
envlist = py27 py33 py34 py35
envlist = py27 py35

[testenv]
commands = {envpython} setup.py test

0 comments on commit ff6f2ee

Please sign in to comment.