summaryrefslogtreecommitdiffhomepage
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-09-17 17:25:46 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-09-17 17:25:46 -0700
commitca63b94a3a4461df5aabc38ec5ce35a43a48afac (patch)
treeb8dcb100d00ae8e308039428833951d6b0b4119e /tox.ini
parentb42ff32f3dfb097ef06fdc7189b4889c92360a77 (diff)
put pypy in tox.ini
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 83704dfc..96d9b76b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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