瀏覽代碼

Added tox file

Christopher Grebs 12 年之前
父節點
當前提交
bf8875d930
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      tox.ini

+ 8 - 0
tox.ini

@@ -0,0 +1,8 @@
+[tox]
+envlist = py26,py27,py32,py33,pypy
+
+[testenv]
+commands =
+	pip install -e {toxinidir}
+	pip install -e {toxinidir}[test]
+	python setup.py test