mirror of https://github.com/mahmoud/boltons.git
adding pypy to travis and tox
This commit is contained in:
parent
b7f7733665
commit
a12580b1c2
|
@ -2,6 +2,7 @@ language: python
|
|||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "pypy"
|
||||
|
||||
install: "pip install -r requirements-test.txt"
|
||||
script: "py.test --doctest-modules boltons"
|
||||
|
|
Loading…
Reference in New Issue