add pypy test env configuration

Change-Id: Iff4023d0078b7c1ac38396725f314f44e2ab2ffc
This commit is contained in:
Doug Hellmann 2013-09-22 10:21:00 -04:00
parent 6a35ba1b0d
commit 9939729827
2 changed files with 3 additions and 1 deletions

View File

@ -2,5 +2,7 @@ language: python
python:
- 2.7
- 3.2
- 3.3
- pypy
install: pip install -r test-requirements.txt
script: nosetests -d

View File

@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py32,py33,style
envlist = py26,py27,py32,py33,pypy,style
[testenv]
distribute = False