Skip to content

Commit

Permalink
Merge pull request #5 from svenkreiss/pypy
Browse files Browse the repository at this point in the history
pypy and pypy3
  • Loading branch information
svenkreiss committed Jun 16, 2015
2 parents 2e24e2c + 1117449 commit afd8fa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ python:
- "2.7"
- "3.3"
- "3.4"
- "pypy"
- "pypy3"
script: "travis_retry python setup.py nosetests"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: PyPy',
]
)

0 comments on commit afd8fa9

Please sign in to comment.