Skip to content

Commit

Permalink
Include PyPy in Travis testing
Browse files Browse the repository at this point in the history
Document its support as a trove classifier.
  • Loading branch information
jdufresne committed Sep 15, 2018
1 parent a3eabd2 commit 99e27b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
- "3.6"
- "3.5"
- "3.4"
- "pypy"
sudo: false # Use container-based infrastructure
install:
- "pip install mock"
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,15 @@ def get_version(path):
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Terminals',
]
)

0 comments on commit 99e27b4

Please sign in to comment.