Test with pypy3 too (don't see why not)
This commit is contained in:
parent
7e91d048db
commit
96bc83e694
|
@ -9,6 +9,7 @@ python:
|
|||
- "3.5-dev"
|
||||
- "nightly"
|
||||
- "pypy"
|
||||
- "pypy3"
|
||||
install:
|
||||
- pip install pytest
|
||||
script: py.test -vv
|
||||
|
|
Loading…
Reference in New Issue