Kaynağa Gözat

Added tox file

Christopher Grebs 12 yıl önce
ebeveyn
işleme
bf8875d930
1 değiştirilmiş dosya ile 8 ekleme ve 0 silme
  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