Skip to content

Commit

Permalink
Test under PyPy
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Dec 1, 2014
1 parent afe8510 commit 784d857
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,7 @@ language: python
python:
- 2.6
- 2.7
- pypy
install:
- travis_retry pip install coverage coveralls -e .
script:
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -49,6 +49,8 @@ def get_description():
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Multimedia :: Graphics',
],
py_modules=['imgdiff'],
Expand All @@ -59,4 +61,3 @@ def get_description():
[console_scripts]
imgdiff = imgdiff:main
""")

2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
py26,py27
py26,py27,pypy

[testenv]
deps =
Expand Down

0 comments on commit 784d857

Please sign in to comment.