diff options
author | Paul McGuire <ptmcg@users.noreply.github.com> | 2018-08-21 05:41:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-21 05:41:58 -0500 |
commit | 2bafc9a2e04398da8d01d708c312243af822ce32 (patch) | |
tree | 43422e658b2feb706542acb2503f2bc5c49c663e | |
parent | 1e9bf4fea9f7c1563e3b69a7d0eed8c9f1569ccb (diff) | |
download | pyparsing-git-2bafc9a2e04398da8d01d708c312243af822ce32.tar.gz |
Include Python 2.6 builds
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 09dd8c2..77ad250 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ language: python matrix: include: + - python: 2.6 - python: 2.7 - python: 3.4 - python: 3.5 |