diff options
author | Daniel Moody <dmoody256@gmail.com> | 2018-02-11 22:20:36 (GMT) |
---|---|---|
committer | Daniel Moody <dmoody256@gmail.com> | 2018-02-11 22:20:36 (GMT) |
commit | 3d65c6d31d19ab9d439413b89efa083c6d887542 (patch) | |
tree | 6d1d62f38af919efc74fb7b08ef87a40daa8fbcf /.travis.yml | |
parent | 014b0bf4a0ba87a3a7ec1ebce2f9ae81ae8e5d86 (diff) | |
download | SCons-3d65c6d31d19ab9d439413b89efa083c6d887542.zip SCons-3d65c6d31d19ab9d439413b89efa083c6d887542.tar.gz SCons-3d65c6d31d19ab9d439413b89efa083c6d887542.tar.bz2 |
forcing passing of python 3.5 and 3.6 tests for successful build in travis CI
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 2b6049a..bdb3baa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,6 @@ install: # so allow failure so the coverage stage can be reached with python 2 matrix: allow_failures: - - python: 3.5 - - python: 3.6 - python: pypy |