diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-09-17 17:25:46 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-09-17 17:25:46 -0700 |
commit | ca63b94a3a4461df5aabc38ec5ce35a43a48afac (patch) | |
tree | b8dcb100d00ae8e308039428833951d6b0b4119e /tox.ini | |
parent | b42ff32f3dfb097ef06fdc7189b4889c92360a77 (diff) |
put pypy in tox.ini
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py32,py33,py34 +envlist = py26,py27,py32,py33,py34,pypy [testenv] commands = pip install --use-mirrors -q -r tox-requirements.txt |