소스 검색

Added tox.ini. To run tests on 2.5+2.6+2.7 do:

    pip install tox
    tox
Ask Solem 15 년 전
부모
커밋
812ca75839
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      tox.ini

+ 5 - 0
tox.ini

@@ -0,0 +1,5 @@
+[tox]
+envlist = py26,py27
+[testenv]
+commands=nosetests
+