diff options
author | Adam Gross <grossag@gmail.com> | 2019-10-22 14:50:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-22 14:50:02 (GMT) |
commit | 49403a2d8484f9d464ac194a625a5feae3e9430b (patch) | |
tree | 85692e27346aa4da5f9cb82f3df54dc8ebe3de8a /.svnt/conf | |
parent | 2acdea49024d1be045c841f314a31fd67b1b20a0 (diff) | |
parent | c6ca3bdd2ad8e9a6ceea398934d84def9ba7c497 (diff) | |
download | SCons-49403a2d8484f9d464ac194a625a5feae3e9430b.zip SCons-49403a2d8484f9d464ac194a625a5feae3e9430b.tar.gz SCons-49403a2d8484f9d464ac194a625a5feae3e9430b.tar.bz2 |
Merge pull request #2 from SCons/master
Fast forward master
Diffstat (limited to '.svnt/conf')
-rw-r--r-- | .svnt/conf | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/.svnt/conf b/.svnt/conf deleted file mode 100644 index d4ffcb7..0000000 --- a/.svnt/conf +++ /dev/null @@ -1,24 +0,0 @@ -import os -import sys - -python = os.environ.get('PYTHON', sys.executable) - -build = [ - '"%(python)s" bootstrap.py %%s' % locals() -] - -build_test_baseline = [] - -cmd = '"%(python)s" runtest.py -q --noqmtest %%s' % locals() - -test_inputs = [ - 'src/*.py', - 'QMTest/*.py', -] - -tests = ( - ('src/*Tests.py', cmd), - ('test/*.py', cmd), -) - -valid_regression_results = [0, 2] |