mirror of
https://github.com/kennethreitz/maya.git
synced 2026-06-05 23:00:18 +00:00
Compare commits
1 Commits
v0.5.0
...
test-with-pypy
| Author | SHA1 | Date | |
|---|---|---|---|
| f9d257876b |
@@ -3,6 +3,9 @@ python:
|
||||
- "2.7"
|
||||
- "3.6"
|
||||
- "3.7-dev"
|
||||
# Test PyPy versions because PyPy is awesome :)
|
||||
- "pypy2.7"
|
||||
- "pypy3.6"
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
|
||||
@@ -98,6 +98,7 @@ setup(
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: Implementation',
|
||||
'Programming Language :: Python :: Implementation :: CPython',
|
||||
'Programming Language :: Python :: Implementation :: PyPy',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules'
|
||||
),
|
||||
cmdclass={
|
||||
|
||||
Reference in New Issue
Block a user