diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-12-22 01:24:01 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-12-22 01:24:01 (GMT) |
commit | b5ca6fcfb96093eec454dc49948f1d6b2544a5ab (patch) | |
tree | ed66c65fc6937282c86e0f782a2bb6e8db2523c8 /.travis.yml | |
parent | 0a3a978c8e22ac99593f0551145bc496ddc4af8b (diff) | |
download | SCons-b5ca6fcfb96093eec454dc49948f1d6b2544a5ab.zip SCons-b5ca6fcfb96093eec454dc49948f1d6b2544a5ab.tar.gz SCons-b5ca6fcfb96093eec454dc49948f1d6b2544a5ab.tar.bz2 |
fix travis file
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index d976a28..800a9fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,5 @@ dist: trusty language: python -python: - - "2.7" - - "3.5" - - "pypy" install: # dependencies for clang tests |