diff options
author | Daniel Moody <dmoody256@gmail.com> | 2018-02-11 22:22:41 (GMT) |
---|---|---|
committer | Daniel Moody <dmoody256@gmail.com> | 2018-02-11 22:22:41 (GMT) |
commit | da0a0c9a2de08fcfb5b0a0b4df30d21c4c786045 (patch) | |
tree | 3ee2defb72214927526cbc022cb0ee15459834b6 /.travis.yml | |
parent | 3d65c6d31d19ab9d439413b89efa083c6d887542 (diff) | |
download | SCons-da0a0c9a2de08fcfb5b0a0b4df30d21c4c786045.zip SCons-da0a0c9a2de08fcfb5b0a0b4df30d21c4c786045.tar.gz SCons-da0a0c9a2de08fcfb5b0a0b4df30d21c4c786045.tar.bz2 |
updated comments no functional change
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index bdb3baa..0e02b41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,7 @@ language: python install: - ./.travis/install.sh -# python 3 is not fulling passing at this time -# so allow failure so the coverage stage can be reached with python 2 +# pypy is not passing, but allow failures for coverage stage to be reached matrix: allow_failures: - python: pypy |