refine contributing text in several places

This commit is contained in:
holger krekel
2014-01-23 11:38:05 +01:00
parent ab13c3f362
commit c41db8ebbb
2 changed files with 71 additions and 61 deletions

10
runtox.py Normal file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/env python
import subprocess
import sys
if __name__ == "__main__":
subprocess.call(["tox",
"-i", "ALL=https://devpi.net/hpk/dev/",
"--develop",] + sys.argv[1:])