summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-09-28 21:29:38 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-10-01 07:33:55 -0700
commit464efedfdd68c1a1ed4dae6fdb01bbce9c34b8da (patch)
tree1a43f6281b6e2207e781c526b148c3c701b86ef5
parent9203a4d65b009716ecff82dfcd2744f762b80c27 (diff)
downloadoslo-version-464efedfdd68c1a1ed4dae6fdb01bbce9c34b8da.tar.gz
Added pypy to the tox envs
Change-Id: I51636492c0866ea4ca81ef3940814527c70b225b
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b7a80b3..3d8491c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
-envlist = py26,py27,pep8
+envlist = py26,py27,pypy,pep8
[testenv]
usedevelop = True