added py35,pypy,pypy3 in travis
This commit is contained in:
parent
ba395385a0
commit
d45795aa24
|
|
@ -5,6 +5,9 @@ python:
|
|||
- "2.7"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "pypy"
|
||||
- "pypy3"
|
||||
install:
|
||||
- make init
|
||||
- pip install coveralls
|
||||
|
|
|
|||
Loading…
Reference in New Issue