diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-01-01 22:21:12 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-01-01 22:21:12 (GMT) |
commit | d82262295ae272ba147d6f056cffa8225cb1629c (patch) | |
tree | fd6a6ca37ee711fb4e83f5765129afb3fd9c8b35 /.travis | |
parent | de833c7158f70db546298728cc7a8298e820d1ca (diff) | |
download | SCons-d82262295ae272ba147d6f056cffa8225cb1629c.zip SCons-d82262295ae272ba147d6f056cffa8225cb1629c.tar.gz SCons-d82262295ae272ba147d6f056cffa8225cb1629c.tar.bz2 |
Fix use-dbm test to work with sconsign files using dbm but where the underlying dbm implementation still writes the file without applying a suffix (like .db). This is due to Travis-ci's py3.8's dbm not applying suffix. Which seems unusual, but still valid
Diffstat (limited to '.travis')
-rw-r--r-- | .travis/.coveragerc | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/.travis/.coveragerc b/.travis/.coveragerc new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.travis/.coveragerc |