Added support for running the tests under PyPy with tox

This is a precursor to having them run under check and gate.

Change-Id: I98692ac2591d488f0c5c6e64b1c176b21254289c
This commit is contained in:
Alex Gaynor
2013-09-05 10:02:20 -07:00
parent 04362650e0
commit 9310edb33d

View File

@@ -1,7 +1,7 @@
# Python Trove Client # Python Trove Client
[tox] [tox]
envlist = py26,py27,pep8 envlist = py26,py27,pypy,pep8
[testenv] [testenv]
setenv = VIRTUAL_ENV={envdir} setenv = VIRTUAL_ENV={envdir}