diff setup.py @ 416:ff35be7d2a5e

Add PHP recipe commands contributed by Wei Zhuo.
author cmlenz
date Wed, 08 Aug 2007 12:43:16 +0000
parents 84b8cde2dfd4
children 04f76d061ad5
line wrap: on
line diff
--- a/setup.py
+++ b/setup.py
@@ -67,6 +67,9 @@
             NS + 'java#ant = bitten.build.javatools:ant',
             NS + 'java#junit = bitten.build.javatools:junit',
             NS + 'java#cobertura = bitten.build.javatools:cobertura',
+            NS + 'php#phing = bitten.build.phptools:phing',
+            NS + 'php#phpunit = bitten.build.phptools:phpunit',
+            NS + 'php#coverage = bitten.build.phptools:coverage',
             NS + 'python#distutils = bitten.build.pythontools:distutils',
             NS + 'python#exec = bitten.build.pythontools:exec_',
             NS + 'python#pylint = bitten.build.pythontools:pylint',
Copyright (C) 2012-2017 Edgewall Software