adding pypy to travis and tox

This commit is contained in:
Mahmoud Hashemi 2015-04-09 22:17:47 -07:00
parent b7f7733665
commit a12580b1c2
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ language: python
python: python:
- "2.6" - "2.6"
- "2.7" - "2.7"
- "pypy"
install: "pip install -r requirements-test.txt" install: "pip install -r requirements-test.txt"
script: "py.test --doctest-modules boltons" script: "py.test --doctest-modules boltons"

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py27 envlist = py27,pypy
[testenv] [testenv]
deps = -rrequirements-test.txt deps = -rrequirements-test.txt
commands = py.test --doctest-modules boltons commands = py.test --doctest-modules boltons