Added pypy to the tox envs

Change-Id: I51636492c0866ea4ca81ef3940814527c70b225b
This commit is contained in:
Alex Gaynor 2013-09-28 21:29:38 -07:00
parent 9203a4d65b
commit 464efedfdd
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py26,py27,pep8
envlist = py26,py27,pypy,pep8
[testenv]
usedevelop = True