[pypy-commit] pyrepl msabramo/update_tox_ini: tox.ini: envlist = py26, py27, pypy, py33

Marc Abramowitz noreply at buildbot.pypy.org
Sat Mar 8 09:28:45 CET 2014


Author: Marc Abramowitz <marc at marc-abramowitz.com>
Branch: msabramo/update_tox_ini
Changeset: r248:341baf9ebb69
Date: 2014-02-28 17:30 +0000
http://bitbucket.org/pypy/pyrepl/changeset/341baf9ebb69/

Log:	tox.ini: envlist = py26, py27, pypy, py33

diff --git a/tox.ini b/tox.ini
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist= py27, py32
+envlist = py26, py27, pypy, py33
 
 [pytest]
 codechecks = pep8 pyflakes


More information about the pypy-commit mailing list