Consistently use the same Python interpreter when running tests

This commit is contained in:
Paul Romano 2015-06-04 13:53:42 +07:00
parent 77e6baf2b5
commit 085ade9ffc
93 changed files with 188 additions and 95 deletions

View file

@ -1,6 +1,7 @@
#!/usr/bin/env python
import os
import sys
from subprocess import Popen, STDOUT, PIPE
from optparse import OptionParser